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

On Saturday 29 October 2005 15:40, martin.v.loewis@python.org wrote:
Author: martin.v.loewis Date: Sat Oct 29 21:40:21 2005 New Revision: 41352
Modified: python/trunk/ (props changed) python/trunk/.cvsignore ... Add *.pyc to svn:ignore. Add libpython*.a to .cvsignore and svn:ignore.
Shouldn't we simply remove the .cvsignore files? Subversion doesn't use them, so they'll just end up getting out of sync with the svn:ignore properties. -Fred -- Fred L. Drake, Jr. <fdrake at acm.org>

Fred L. Drake, Jr. wrote:
Shouldn't we simply remove the .cvsignore files? Subversion doesn't use them, so they'll just end up getting out of sync with the svn:ignore properties.
That might be reasonable. I just noticed that it is convenient to do svn propset svn:ignore -F .cvsignore . Without a file, I wouldn't know how to edit the property, so I would probably do svn propget svn:ignore . > ignores vim ignores svn propset svn:ignore -F ignores . rm ignores Regards, Martin

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.

That might be reasonable. I just noticed that it is convenient to do
svn propset svn:ignore -F .cvsignore .
Without a file, I wouldn't know how to edit the property, so I would probably do
svn propget svn:ignore . > ignores vim ignores svn propset svn:ignore -F ignores . rm ignores
Won't "svn propedit svn:ignore ." do the trick? Noam

[Martin von Löwis]
Without a file, I wouldn't know how to edit the property, so I would probably do
svn propget svn:ignore . > ignores vim ignores svn propset svn:ignore -F ignores . rm ignores
You can use `svn propedit' (or `svn pe'). -- François Pinard http://pinard.progiciels-bpi.ca

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? Skip

skip@pobox.com 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
participants (6)
-
"Martin v. Löwis"
-
Antoine Pitrou
-
François Pinard
-
Fred L. Drake, Jr.
-
Noam Raphael
-
skip@pobox.com