Or use the svn_apply_autoprops script[1] to set them automatically to your working copy. After that, you can check them in.
[1] http://svn.collab.net/repos/svn/trunk/contrib/client-side/svn_apply_autoprops.py
Hth,
Nick Stolwijk
~Java Developer~
Iprofs BV.
Claus Sluterweg 125
2012 WS Haarlem
www.iprofs.nl
-----Original Message-----
From: Steven Woody [mailto:narkewoody_at_gmail.com]
Sent: Wed 6/11/2008 04:28
To: Blair Zajac
Cc: users_at_subversion.tigris.org
Subject: Re: My [auto-props] doesn't take effect
On Wed, Jun 11, 2008 at 10:20 AM, Blair Zajac <blair_at_orcaware.com> wrote:
> Steven Woody wrote:
>>
>> Hi,
>>
>> 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.
>
> Did you set
>
> enable-auto-props = yes
Oh! Thank you. I found this and now set it to 'yes'.
>
> Also now that they are in the repository, you'll have to set the properties
> by hand.
What does this mean? You are talking about those files already in
repository? If so, yes, I understand thoese need to set manually.
>
> Regards,
> Blair
>
> --
> Blair Zajac, Ph.D.
> CTO, OrcaWare Technologies
> <blair_at_orcaware.com>
> Subversion training, consulting and support
> http://www.orcaware.com/svn/
>
---------------------------------------------------------------------
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 10:01:38 CEST