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 04:28:46 CEST