[Zope-Checkins] Re: [Zope3-checkins] SVN: Zope3/trunk/ Ignore files/directories that are result of a build process, such

Philipp von Weitershausen philipp at weitershausen.de
Wed May 12 07:33:59 EDT 2004


Stephan Richter wrote:
> On Wednesday 12 May 2004 04:56, Philipp von Weitershausen wrote:
> 
>>Ignore files/directories that are result of a build process, such
>>as .so files.
> 
> Don't we want to mimic the entire .cvsignore file?

You're right. Fixed. Though note that the .cvsignore did not ignore .so 
files per-se. The global CVS ignore file usually does.

Also, I suggest that instead of setting svn:ignore on every directory in 
Zope to ignore .pyc files, developers set the adjust their 
global-ignores config option in $HOME/.subversion/config. Mine reads:

[miscellany]
global-ignores = *pyc *.o *.lo *.la #*# .*.rej *.rej .*~ *~ .#*

Checkout Zope, run it so it generated pyc files and check with "svn 
stat" if it question-marks any pyc files...

Philipp



More information about the Zope-Checkins mailing list