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

Re: My [auto-props] doesn't take effect

From: Ryan Schmidt <subversion-2008b_at_ryandesign.com>
Date: Tue, 10 Jun 2008 23:13:12 -0500

On Jun 10, 2008, at 21:03, Steven Woody wrote:

> I defined the following in the ~/.subversion/config,
>
> [auto-props]
> *.c = svn:keywords="Id"
> *.cpp = svn:keywords="Id"
> *.h = svn:keywords="Id"
> ...
>
> But after I add a new c/cpp/h file into the repository followed by
> commit and update, the file's property did not get added as expected.
> Where are possible errors? Thanks.

Don't put the value in quotation marks. You need this:

[auto-props]
*.c = svn:keywords=Id
*.cpp = svn:keywords=Id
*.h = svn:keywords=Id

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-11 06:13:44 CEST

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.