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

Using keywords (id, name, date, etc)

From: Robert Jonker <robert_at_davdigital.com>
Date: Fri, 29 Feb 2008 12:54:02 +0100

Hello everyone,

 

I have some trouble getting the keywords in SVN to work. What I would like
is that keywords like these get translated: $Id$, $Date$, etc..

 

I have used this wiki: http://wiki.apache.org/commons/UsingSVN.

I have updated my Subversion config at the location mentioned in the wiki.
This is what I changed in my config:

 

enable-auto-props = yes (just removed the comment at the start of the line)

 

*.php = svn:eol-style=native;svn:keywords=Date Author Id Revision HeadURL
(<= I added this line at the bottom of the file).

 

Now when I add this in my files it does not get translated (like I was used
to in CVS)

 

<?php

/**

 * $Id$

 * $Date$

 */

?>

 

What do I do wrong? Do I need to configure my SVN server as well? I hope
someone can point me in the right direction.

 

Thanks in advance for your answer.

 

 
Received on 2008-02-29 12:51:54 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.