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

2005-10-30 Thread Martin v. Löwis
Noam Raphael wrote:
 Won't svn propedit svn:ignore . do the trick?

It certainly would. Thanks for pointing that out.

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] [Python-checkins] commit of r41352 - in python/trunk: . Lib Lib/distutils Lib/distutils/command Lib/encodings

2005-10-30 Thread skip

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
___
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] [Python-checkins] commit of r41352 - in python/trunk: . Lib Lib/distutils Lib/distutils/command Lib/encodings

2005-10-29 Thread Fred L. Drake, Jr.
On Saturday 29 October 2005 15:40, [EMAIL PROTECTED] 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
___
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] [Python-checkins] commit of r41352 - in python/trunk: . Lib Lib/distutils Lib/distutils/command Lib/encodings

2005-10-29 Thread Noam Raphael
 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
___
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