On Thu, Mar 23, 2006 at 09:23:30AM -0800, tonemcd wrote:
> Oooh, now that's neat. My own tinkering with svn to ignore .pyc files
> hasn't worked out so well...

The way I did it was to edit my ~/.subversion/config file.  There is a
section, "[miscellany]" that includes a "global-ignores" option.  Just
add "*.pyc" to this space separated list.

Unfortunately this is a per-user solution, but you could add this to the
user skeleton or just tell everyone to adjust this setting.

Nate

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to