[Zope3-checkins] SVN: Zope3/trunk/ Ignore files/directories that
are result of a build process, such
Philipp von Weitershausen
philipp at weitershausen.de
Thu May 13 01:21:25 EDT 2004
Stephan Richter wrote:
> On Wednesday 12 May 2004 07:33, Philipp von Weitershausen wrote:
>
>>[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...
>
> Okay, that worked. But clearly there should be a server configuration doing
> this; but then SVN does not have server configurations. :-(
Yup. Btw, the "$Id$" keyword issue has not been fixed yet. We need to
set svn:keywords="Id" on every file where we want the Id keyword to be
expanded. To make svn pick it up, the original string needs to read
"$Id$". A previous CVS expansion of the Id keyword will not get picked
up by svn.
I'm volunteering to do this (by writing a small script that iterates
over files, sets the svn:keywords property and replaces $Id ...$ with
$Id$ accordingly).
I recommend to everyone to extend their auto-props configuration for .py
files to always set svn:keywords. This way you won't forget to set it :)
Philipp
More information about the Zope3-Checkins
mailing list