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

Re: @abc - Tag...

From: Thomas Beale <Thomas.Beale_at_OceanInformatics.biz>
Date: 2005-07-28 18:47:03 CEST

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

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.