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
 deleting them?

cvs2svn has already converted them automatically - to svn:ignore 
properties; try

svn propget svn:ignore Doc

(assuming . is the current directory).

I have now deleted all .cvsignore files in the trunk
in revision 41357 (yay, giving a single number for
a multi-file delete operation feels good :-)

Regards,
Martin
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


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.


___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com