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
Original issue reported on code.google.com by
arocki...@gmail.com
on 21 Jan 2009 at 6:14