[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: Michael L Brown <michael.l.brown_at_philips.com>
Date: 2005-04-15 18:29:23 CEST

Thanks, change done.

BTW, since "Date" = "LastChangeDate", do both names need to be in the
list, or can one be enough and svn will use both keywords?

Thanks for the quick response, it is greatly appreciated.

MB
 --
Mike Brown (Michael.L.Brown@Philips.com)
            Lotus Bloats: Michael L Brown/MSN/MS/PHILIPS
Philips/ADAC, Madison, WI
Desk: 608-288-6969 Fax: 608-298-2101
PMS direct: 164-6969
You design it, I'll build it!

Mark Phippard <MarkP@softlanding.com>
04/15/2005 11:25 AM
 
        To: Michael L Brown/MSN/MS/PHILIPS@PHILIPS
        cc: users@subversion.tigris.org
        Subject: Re: Auto-prop not working?
        Classification:

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.
_____________________________________________________________________________
Received on Fri Apr 15 18:33:09 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.