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

Re: Inconsistent line ending style

From: Ryan Schmidt <subversion-2010b_at_ryandesign.com>
Date: Mon, 31 May 2010 13:48:11 -0500

On May 31, 2010, at 11:21, Vojįček Ale¹ wrote:

> If I'm trying svnlook proplist /svnrep/ -r 435 --revprop
> I get back Error Inconsistent line ending style.
> But when I try svnlook info /svnrep/ -r 435
> I get back informations from Revision properties.
> Is there any way how to fix that, or some workaround?

You didn't say which revision property you were looking for, but it sounds like at least one of them has somehow been stored with inconsistent line endings, possibly the svn:log property since that's the most likely one to have multiple lines at all. You could edit the property and fix its line endings to be consistently UNIX-style LF line endings (using for example "svn propedit --revprop -r 435 svn:log" and then fixing the line endings in your editor). Then try what you were doing again.
Received on 2010-05-31 20:48:53 CEST

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.