Opened 19 years ago
Closed 19 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)
Change History (3)
by , 19 years ago
| Attachment: | set_svn_ignore.txt added |
|---|
comment:1 by , 19 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
svn command to add svn:ignore prop to several directories