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
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.
|
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.