Re: [Python-Dev] svn:ignore (Was: [Python-checkins] commit of r41352 - in python/trunk: . Lib Lib/distutils Lib/distutils/command Lib/encodings)

2005-10-30 Thread Martin v. Löwis
[EMAIL PROTECTED] wrote: > Fred> Shouldn't we simply remove the .cvsignore files? Subversion > Fred> doesn't use them, so they'll just end up getting out of sync with > Fred> the svn:ignore properties. > > Is there some equivalent? If so, can we convert the .cvsignore files before >

Re: [Python-Dev] svn:ignore

2005-10-29 Thread Antoine Pitrou
Hi, FWIW, I opened a bug report on Subversion some time ago so that patterns like "*.pyc" and "*.pyo" are ignored by default in Subversion. Feel free to add comments or vote for the bug: http://subversion.tigris.org/issues/show_bug.cgi?id=2415 Regards Antoine.