Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 155 by arockinit: *.pyc and *.db files show up as modified when doing svn status http://code.google.com/p/django-hotclub/issues/detail?id=155
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). -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pinax-updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pinax-updates?hl=en -~----------~----~----~----~------~----~------~--~---
