google-code-export / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

*.pyc and *.db files show up as modified when doing svn status #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. From root of pinax directory, run "svn status"
2. For each .pyc and .db file, ? shows up meaning that svn doesn't know
about the file.
3.

What is the expected output? What do you see instead?

.pyc and .db fils should be ignored.

What version of the product are you using? On what operating system?

All.

Please provide any additional information below.

Run:

svn propedit svn:ignore .

Add:
*.pyc
*.db

Impact:
This will propagate to people's repositories so that nobody has to see
those files (and worse, for those with commit rights, accidentally commit
them).

Original issue reported on code.google.com by arocki...@gmail.com on 21 Jan 2009 at 6:14

GoogleCodeExporter commented 9 years ago
This is a SVN issue on your local machine and not a Django/Pinax issue. This is 
a
WontFix.

Original comment by pyDanny on 13 Mar 2009 at 4:24