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

RE: svn:keywords expansion not working on Windows

From: Walther Benjamin (KBOD 21) <benjamin.walther_at_credit-suisse.com>
Date: 2004-10-26 09:42:44 CEST

Thanks, I understand and this was not the problem. The problem was that I has a local subversion installation and the configuration was taken from the local subversion installation instead from the remote installation.

Maybe bug?

Cheers

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Monday, October 25, 2004 7:50 PM
To: Walther Benjamin (KBOD 21)
Cc: 'users@subversion.tigris.org'
Subject: Re: svn:keywords expansion not working on Windows

On Oct 25, 2004, at 9:49 AM, Walther Benjamin (KBOD 21) wrote:

> hi, and sorry for the crosspost...
>

CC'ing back to users@

>
> 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.

So it *does* work, when you set the property.

>
> 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?
>
>

Do you understand that the auto-props feature only alters the behavior
of 'svn add' and 'svn import'? It doesn't retroactively add properties
to files already under version control. It just sets them when you
*first* add them to version control.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 26 09:43:15 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.