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

Re: keyword substitution does not work?

From: Miha Vitorovic <mvitorovic_at_nil.si>
Date: 2005-07-27 08:50:07 CEST

news <news@sea.gmane.org> wrote on 27.07.2005 00:29:06:

> [platform = svn 1.2; server = debian; client = windows/TortoiseSVN
1.2.1]
>
> I have svn:keywords set as follows in the config file on the client, for

> each file extension where it makes sense:
>
> *.c = svn:eol-style=native;svn:keywords="LastChangedDate
> LastChangedRevision URL"
>
> which is what the book says to use...
>
> In the Windows explorer, Properties reports that it is indeed set to:
>
> "LastChangedDate LastChangedRevision URL"
>

As I've pointed out on this list a few times, svn has issues with parsing
keyword values not delimited by spaces.

Just change your keywords like this:

*.c = svn:keywords=" LastChangedDate LastChangedRevision URL "

and it will work.

Cheers,

---
  Miha Vitorovic
  Inženir v tehničnem področju
  Customer Support Engineer
   NIL Data Communications,  Tivolska cesta 48,  1000 Ljubljana,  Slovenia
   Phone +386 1 4746 500      Fax +386 1 4746 501     http://www.NIL.si
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 27 08:52:07 2005

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

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