Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#25337 closed enhancement (fixed)

Add svn:ignore for common wp-content folders

Reported by: dd32's profile dd32 Owned by: dd32's profile dd32
Milestone: WordPress.org Priority: normal
Severity: normal Version: 3.7
Component: General Keywords:
Focuses: Cc:

Description

We have a bunch of folders in wp-content which we don't really need showing in svn diff's, we should add them as a svn:ignore property.

suggested:

src/wp-content/
  svn:ignore mu-plugins uploads upgrade
src/wp-content/plugins/
  svn:ignore *
src/wp-content/themes/
  svn:ignore *

Any modifications to files within versioned files will still show in svn diff's, and any unversioned files within versioned theme directories will still show.
This will just hide the long list of plugin / themes which a developer has installed, as well as the dynamically created folders inside wp-content.

Is there any reason I'm missing why this would be bad idea?

Change History (5)

#1 @DrewAPicture
12 years ago

Seems logical, as long as the default themes' versioning isn't affected.

#3 @dd32
12 years ago

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

In 25559:

Add a svn:ignore property to wp-content, wp-content/plugins, and, wp-content/themes to clean up the output of a svn status, this means that plugins/themes/uploads won't clutter the svn status output. Fixes #25337 See #24976

#4 @dd32
12 years ago

In 25704:

Add a svn:ignore property to wp-content for wp-content/languages See [25559] See #25337 See #24976

#5 @SergeyBiryukov
12 years ago

  • Version changed from trunk to 3.7
Note: See TracTickets for help on using tickets.