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

Re: auto-props doesn't seem to be working as advertised

From: Duncan Palmer <dunk_palmer_at_yahoo.com>
Date: 2004-10-07 01:01:59 CEST

--- John Szakmeister <john@szakmeister.net> wrote:

> I tried your config file, and it still worked with
> my installation
> (svn-1.1.0-rc1).
>
> However, I don't like the following line:
> *.h =
> svn:eol-style=native;svn:keywords;svn:keywords=Id

oops - the middle svn:keywords was left over from my
messing about...

>
> should read:
> *.h = svn:eol-style=native;svn:keywords=Id
>
> Was you config file different when you did the
> import? I can get the
> problem you were seeing by changing the line to
> read:
> *.h = svn:eol-style=native;svn:keywords "Id"
>
> Perhaps you tried the above when setting up your
> autoprops configuration?

I've just tried it again from scratch, and you're
right - I must have mixed up config files when doing
the import. I initially imported using
  *.h = svn:eol-style=native;svn:keywords
, then (following http://svnbook.red-bean.com/, which
in fairness doesn't really spec the syntax of this
part of the config file)
  *.h = svn:eol-style=native;svn:keywords "Id"
, then (I thought)
  *.h = svn:eol-style=native;svn:keywords=Id

The last config works correctly for me now.

Thanks for your help,
Dunk

                
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 7 01:02:15 2004

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.