Max Bowsher wrote:
> Thomas Beale wrote:
>
>> Clemens A Mensik wrote:
>>
>>>
>>> thx, but do I have to have to lines for one file typ if I would like
>>> to set 2 properties? As I've mentioned before I'd like to set
>>> svn:eol-style=native and
>>> svn:keywords=Id,Autor
>>>
>>> how's that possible?
>>>
>>> greets
>>> clemens
>>
>>
>> *.xxx = svn:keywords = " Id Author "
>>
>> Don't forget the leading and trailing spaces - it won't work, as I
>> discovered recently, if they are left out.
>
>
> Actually, the correct thing to do is to leave out the quotes. Which
> aren't part of the syntax of autoprops at all.
>
> Max.
>
are you sure? I am no expert user, but I couldn't get this to work until
I followed the advice of a recent poster and included the quotes and
spaces. This is an extract from the config file I use, and substitution
is definitely now working on my machine:
*.h = svn:eol-style=native;svn:keywords=" LastChangedDate
LastChangedRevision URL "
*.html = svn:mime-type=text/html;svn:keywords=" LastChangedDate
LastChangedRevision URL "
*.htm = svn:mime-type=text/html;svn:keywords=" LastChangedDate
LastChangedRevision URL "
see e.g. http://www.openehr.org/developer/t_developer.htm - the advice
page for our community of developersusing svn you can see theat the
keywrords were substituted at the bottom.
I would like to know what the proper advice is, because we have a help
page for setting this up, and I want to get it right...
thanks,
- thomas beale
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 28 18:55:57 2005