tonemcd wrote:

> Oooh, now that's neat. My own tinkering with svn to ignore .pyc files
> hasn't worked out so well...
>
> % svn proplist
> Properties on '.':
>   svn:ignore

"svn proplist -v" prints the property value as well.

> % svn st
> M      magic/site1/modeltest/models.pyc
>
> hmmm...

unless you removed some whitespace from that output, the fact that the
"M" appears in the first column means that the file is already checked
into subversion.  svn:ignore doesn't affect stuff that you've already
checked in.

to get rid of the PYC files, you have to use "svn delete".

</F>


--~--~---------~--~----~------------~-------~--~----~
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