[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn:keywords expansion not working on Windows

From: Walther Benjamin (KBOD 21) <benjamin.walther_at_credit-suisse.com>
Date: 2004-10-25 16:49:27 CEST

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?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 25 16:52:41 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.