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

Re: Multiple Keywords in [auto-props]

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-05-27 17:02:32 CEST

Rob Shepherd wrote:

> I am unsure of the correct syntax for acheiving this in the auto-props
> section

Did you try any of these? Just set up a temporary repository and bang away on
it when you have questions like this.

> so should I use in [auto-props]
>
> A] *.java = svn:keyword=LastChangedDate
> *.java = svn:keyword=Author

This will set Author only (or rather will set both sequentially, which has the
same effect).

>
> B] *.java = svn:keyword="LastChangedDate Id"

This doesn't work at all.

>
> C] Like B. But without ""

This is the one that worked for me.

>
> D] *.java = svn:keyword=LastChangedDate;svn:keyword=Author

This will set Author only (for the same reason as A).

More over, this works fine too:

*.java = svn:keyword=LastChangedDate Id;svn:svn:executable

will set both of the keywords for expansion, as well as flag the file as
executable (not that useful here).

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu May 27 17:03:03 2004

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.