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

Re: Problem with keyword substitution

From: Lorenz <lorenznl_at_yahoo.com>
Date: Mon, 27 Feb 2012 10:44:12 +0000

Oliver Lipp wrote:
>Hello everybody,
>
>I have a big problem with the keyword substitution. We implemented TortoiseSVN a view weeks
>ago and we want to use the keywords in our code. Therefore we have set up in the config file
>the following:
>
>enable-auto-props = yes
>*.* = svn:keywords=HeadURL Revision Author Date Id
>
>
>The problem we have is the following:
>if you add a new file to SVN all keywords get replaced as expected. But wehn you later on chane
>a file (which is already added to SVN) only the date and author field gets replaced correctly. The
>revision keyword stays untouched.
>
>Can somebody help me to figure out what the problem may cause?

auto props only work on files that are added after the auto prop have
been set.

For files allready added you will need to add the svn:keywords prop
manually.

-- 
Lorenz
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2927219
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-02-27 11:43:33 CET

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

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