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

Re: Auto-prop not working?

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-04-15 18:25:35 CEST

Michael L Brown <michael.l.brown@philips.com> wrote on 04/15/2005 12:14:56
PM:

>
> The /etc/subversion/config file contains the following:
>
> [miscellany]
> enable-auto-props = yes
>
> [auto-props]
> * = svn:keywords=Id
> * = svn:keywords=LastChangedDate
> * = svn:keywords=Date
> * = svn:keywords=LastChangedRevision
> * = svn:keywords=Rev
> * = svn:keywords=LastChangedBy
> * = svn:keywords=Author
> * = svn:keywords=HeadURL
> * = svn:keywords=URL

You probably want something like this:

[auto-props]
* = svn:keywords=Id, LastChangedDate, Date, LastChangedRevision etc...

You can set multiple properties with auto-props, but for any given
property you need to define it the way you would have to do it using svn
propset.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 15 18:27:38 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.