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

svn:keywords

From: Kania <kania_at_euskalnet.net>
Date: 2005-12-02 18:29:15 CET

Hi,

I'm trying to set up my Subversion installation to add automatically
keywords to some files, but I can't manage to make it work...

I run it under Win2K and I use TortoiseSVN as client...

If I set up svn:keywords in file properties (via TortoiseSVN tab), it
works like a charm...

But I want Subversion to do it automatically...

So I edited my config file as this:

-----------------------------------------------------------------
[miscellany]

use-commit-times = yes

global-ignores = *.obj *.il? *.tds *.pcm *.res *.exe *.dll *.lib *.bak *.$$$

enable-auto-props = yes

[auto-props]
*.cs = svn:eol-style=native;svn:keywords=LastChangedRevision
LastChangedBy Id LastChangedDate HeadURL
-----------------------------------------------------------------

But cs files aren't updated...

This is my cs header:

-----------------------------------------------------------------
#region " SVN"
 
// $LastChangedRevision$
// $LastChangedBy$
// $Id$
// $LastChangedDate$
// $HeadURL$

#endregion
-----------------------------------------------------------------

What am I doing wrong ?

TIA

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 2 18:35:41 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.