Dirk, thanks for your response, comments inline... ----- Original Message ----- From: "Dirk Verbeeck" <[EMAIL PROTECTED]> Sent: Tuesday, February 22, 2005 7:21 PM
> We should write a script to do this change, no use having 10+ people > doing a manual correct if its scriptable. +1 > Are we going to allow all keywords? I think that's the way to go, no > confusion anymore. > set svn:keywords=LastChangedDate Date LastChangedRevision Revision Rev > LastChangedBy Author HeadURL URL Id There are only five keywords (LastChangedDate, LastChangedRevision, LastChangedBy, HeadURL and Id) - the others are just shorter aliases. It doesn't matter whether you specify the full form or the shorter alias, but you only need one of them. IMO adding all the forms is more confusing as well as unnecessary. What matters is that the ones which are case-sensitive are specified with the correct case: * LastChangedDate, LastChangedRevision, Revision, LastChangedBy, HeadURL and Id are case-sensitive * Date, Rev, Author, URL are case-insensitive In the case of commons the only one thats currently incorrect is 'Revision' > I did a small test: > http://svn.apache.org/repos/asf/jakarta/commons/proper/commons-build/trunk/xdocs/keywords.txt > and if you do a checkout all keywords are replaced. Just to check what I'm saying is true, I just updated the above file with my auto-props set to "svn:keywords=Date Author Id Revision HeadURL" to make sure that all forms were correctly expanded (which they were). > If there are no objections, I'll try to write a script this weekend > (unless somebody beats me to do it). That would be great, thanks :-) > I will also remove the .cvsignore files in the same update. > Is there a good reason to set the svn:ignore property? > I just use global-ignores svn config option and not a property for > each directory. > > -- Dirk > > Niall Pemberton wrote: > > The CVS to subversion conversion incorrectly set the case-sensitive > > "Revision" keyword to "revision" on the svn:keywords property for all > > files - is there anyway (& anyone) who can correct this automatically for > > commons or do we need to manually update this property for everything on a > > project by project basis? > > > > http://svn.haxx.se/dev/archive-2005-02/0172.shtml > > http://article.gmane.org/gmane.comp.jakarta.commons.devel/62794 > > > > Niall --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
