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

End of line management in properties (svn:ignore)

From: Yves Martin <yves.martin_at_elca.ch>
Date: 2006-01-11 09:15:28 CET

    Hello,

 I'm working with svn 1.2.3. The repository is on a linux box, access with svn
 server, and clients are on linux and windows...

 I'm working on linux, a collegue on windows. My collegue has changed the
 svn:ignore on some directories, and my svn on linux now complains:

$ svn proplist .
Properties on '.':
svn: Inconsistent line ending style

 ?? The error seems obvious

$ cat -A .svn/dir-prop-base
K 10$
svn:ignore$
V 30$
.classpath^M$
.project^M$
.check*$
$
END$

 My question: how is it possible to get mixed end-of-line in a property ? How
 end-of-line is managed in properties ?

 As a result, propget, propset, propedit commands fails also. The only
 work-around I have found is to remove "^M" in .svn/dir-props manually.

 Thank you for your help
 Regards

-- 
Yves Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 11 09:18:36 2006

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.