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

Re: [TSVN] keyword bug?

From: Norbert Unterberg <nunterberg_at_gmail.com>
Date: 2005-07-11 21:36:44 CEST

2005/7/11, Luis Parravicini <lparravi@most.com.ar>:

> *.pl =
> svn:mime-type=text/plain;svn:eol-style=native;svn:keywords="Id Revision
> Date"

Who told you to use quotation marks here? You are actually trying to
set keyword expansion for Revision, Date" and "Id. And since
subversion does not detect Date" and "Id as valid keywords, they are
not expanded.

Try it like this:
*.pl = svn:mime-type=text/plain;svn:eol-style=native;svn:keywords=Id
Revision Date

Norbert

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Jul 11 21:37:38 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.