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

Re: setting keywords prop automatically via .subversion/config file?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-05-11 21:49:24 CEST

On Tue, 2004-05-11 at 14:47, mike south wrote:

> [auto-props]
> * = svn:keywords "Author Date Id Rev URL"

There's your bug. You forgot the equals sign. It should read

        * = svn:keywords="Author Date Id Rev URL"

At the moment, you're creating a property with a really, really long
name. ;-)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 11 21:53:53 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.