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

Multiple Keywords in [auto-props]

From: Rob Shepherd <robshep_at_informatics.bangor.ac.uk>
Date: 2004-05-27 16:19:59 CEST

Good Afternoon [GMT+1] List!

from the book... (svnbook.red-bean.com)

I see the correct way to manually set keywords is

svn propset svn:keywords "LastChangedDate Author" weather.txt

hereby setting 2 keywords LastChangedDate AND Author to be substituted.

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

for 1 keyword the book shows..

PATTERN = PROPNAME=PROPVALUE

so should I use in [auto-props]

A] *.java = svn:keyword=LastChangedDate
        *.java = svn:keyword=Author

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

C] Like B. But without ""

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

Kindest regards

Rob

-- 
/**
  *	Rob Shepherd,
  *	University Of Wales, Bangor,
  *	School of Informatics,
  *	Dean Street,
  *	Bangor,
  *	Gwynedd, UK     /\  /\
  * 	LL57 1UT       /  \/  \ /\
  * 	--------------/---/    \--\----
  *
  *	robshep@informatics.bangor.ac.uk
  *
  * 	+44 (0) 1248 38 27
  */

Received on Thu May 27 16:21:26 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.