svn:keywords expansion not working on Windows
"Walther Benjamin (KBOD 21)" <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.devel,gmane.mail.eyebrowse.user |
|---|---|
| Message-ID | <[email protected]> |
hi, and sorry for the crosspost... Running Subversion 1.1.0 on Windows Server 2003 keyword expansion does not work for some reasons. I do not get an error but keyword $Id$ just does not get substituted. Clients use Windows XP. Setting the property on individual file keyword expansion works. I tried to alter the user profile config where subversion was installed under and the all users subversion config - no success. Also tried with and without svn:eol-style *java = svn:keywords=Id and *java = svn:keywords=Îd;svn:eol-style=CRLF Under the application data for all users I have my subversion directory with the config file: All Users\Application Data\Subversion\config with the following content: ### Section for configuring miscelleneous Subversion options. [miscellany] enable-auto-props = yes ### Section for configuring automatic properties. [auto-props] *.java = svn:keywords=Id;svn:eol-style=CRLF *.conf=svn:keywords=Id;svn:eol-style=CRLF Any ideas what the problem could be?