commit of r41352 - in python/trunk: . Lib Lib/distutils Lib/distutils/command Lib/encodings

Author: martin.v.loewis Date: Sat Oct 29 21:40:21 2005 New Revision: 41352 Modified: python/trunk/ (props changed) python/trunk/.cvsignore python/trunk/Lib/ (props changed) python/trunk/Lib/distutils/ (props changed) python/trunk/Lib/distutils/command/ (props changed) python/trunk/Lib/encodings/ (props changed) Log: Add *.pyc to svn:ignore. Add libpython*.a to .cvsignore and svn:ignore. Modified: python/trunk/.cvsignore ============================================================================== --- python/trunk/.cvsignore (original) +++ python/trunk/.cvsignore Sat Oct 29 21:40:21 2005 @@ -9,3 +9,4 @@ Makefile.pre platform pyconfig.h +libpython*.a

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

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
participants (5)
-
"Martin v. Löwis"
-
François Pinard
-
Fred L. Drake, Jr.
-
martin.v.loewis@python.org
-
Noam Raphael