>
>
>>In my $HOME/.subversion/config file I have the following properties
>>set, with auto-props
>> turned on:
>>
>> * = svn:keywords=Id
>> * = svn:eol-style=native
>>
>>I created a new repository and imported the tree to the trunk, with
>>those settings already in place in the config file. This morning,
>>I wanted to checked the properties so I selected the top-level
>>Makefile. I ran 'svn proplist Makefile'.
>>
>>It listed the keyword property, but not the eol-style property.
>
>[snip]
>
>I believe you must do each extension match all on one line, e.g.:
>
>* = svn:keywords=Id;svn:eol-style=native
>
Yep, that's what I needed to do. Just for fun, I experimented
changing the order of the properties. Only the second (last) one was
picked up. Adding them both to the same line for the same file type
is the only thing that worked.
Thanks!
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 2 21:43:09 2006