Thorsten Scherler wrote:

Hmm, mine is:
[auto-props]
*.aart = svn:eol-style=native

which works fine. I guess in your case it is the "svn:keywords=Id" bit
which is too much. For a full list please use the list in
http://issues.cocoondev.org/browse/FOR-124

i also noticed that autoprops do not work reliably. i therefore run a shell script every now and then:

for /r %A in (*.java) do svn propset svn:eol-style native %A

the unix equivalent is left as an excercise for the reader ;)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to