Opened 17 years ago

Closed 17 years ago

#3853 closed (fixed)

Add svn:ignore property to several directories

Reported by: Matt Boersma Owned by: Adrian Holovaty
Component: Tools Version: dev
Severity: Keywords: svn ignore
Cc: Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Subversion shows .pyc files in these directories in trunk to have unknown status. I attached a text file containing the full svn command to fix this.

For reference, these are the directories on which "svn ps svn:ignore '*.pyc' directoryname" should be run:

django/newforms/extras
tests/regressiontests/datastructures
tests/regressiontests/dispatch
tests/regressiontests/humanize
tests/regressiontests/bug639
tests/model_tests/model_forms
tests/model_tests/select_related
django/contrib/localflavor
django/contrib/localflavor/fr
django/contrib/localflavor/jp
django/contrib/localflavor/uk
django/contrib/localflavor/usa

Attachments (1)

set_svn_ignore.txt (396 bytes ) - added by Matt Boersma 17 years ago.
svn command to add svn:ignore prop to several directories

Download all attachments as: .zip

Change History (3)

by Matt Boersma, 17 years ago

Attachment: set_svn_ignore.txt added

svn command to add svn:ignore prop to several directories

comment:1 by Simon G. <dev@…>, 17 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Russell Keith-Magee, 17 years ago

Resolution: fixed
Status: newclosed

(In [4844]) Fixed #3853 -- Added svn:ignore property to a few new directories.

Note: See TracTickets for help on using tickets.
Back to Top