Make WordPress Core

Opened 8 years ago

Closed 8 years ago

#39245 closed defect (bug) (fixed)

Git: Add .git to svn:ignore for when .git and .svn repos co-exist in same directory

Reported by: westonruter's profile westonruter Owned by: westonruter's profile westonruter
Milestone: WordPress.org Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords:
Focuses: Cc:

Description (last modified by westonruter)

To facilitate a Git repo and SVN repo being checked out in the same directory, SVN should ignore .git.

Change History (2)

#1 @westonruter
8 years ago

  • Description modified (diff)

#2 @westonruter
8 years ago

  • Owner set to westonruter
  • Resolution set to fixed
  • Status changed from new to closed

In 39577:

Build/Test Tools: Facilitate SVN and Git being co-located in the same directory.

Ignore .svn in .gitignore, and ignore .git in svn:ignore.

Fixes #39245.

Note: See TracTickets for help on using tickets.