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

[TSVN] keyword bug?

From: Luis Parravicini <lparravi_at_most.com.ar>
Date: 2005-07-11 20:07:53 CEST

Hi,

I think I've found a bug with the auto-props setting. I've tried it on
the latest version (TortoiseSVN 1.2.0, Build 3602) and the devel version
(TortoiseSVN 1.2.0, Build 3861).

I've changed the default config file to enable auto-props and set some
keywords automatically, with the following:

---------------------- config ----------------------
[miscellany]
enable-auto-props = yes

[auto-props]
*.txt =
svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="dummyKeyword
Revision Id Date dummyKeyword"
*.java =
svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Revision Id
Date"
*.pl =
svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Id Revision
Date"
---------------------- config ----------------------

I've create 3 new files, (test.{java, pl, txt}) and put as their content:

-------
$Id$
$Revision$
$Date$
-------

After commiting, the .java file has Id keyword replaced, the .pl file
the Revision keyword and in the .txt all three keywords were replaced.

It seems the first and last keywords specified in the config file are
discarded.

Bye

PS: I'm not in the list, please cc me on your reply.

-- 
Ing. Luis Parravicini
lparravi@most.com.ar
M.O.S.T. S.A.  Tel: (5411) 4314-7766 int. 225
http://www.most.com.ar
My other car is first.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Jul 11 20:21:58 2005

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

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