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

RE: svnsync: Cannot accept non-LF line endings SOLVED

From: <webpost_at_tigris.org>
Date: Thu, 30 Apr 2009 14:53:24 -0700 (PDT)

Ok here is how I fixed the problem.

The problem is that there is a bunk character at the end of the line in the comments field that prevents the commit from happening.

If I saw this error:
svnsync: Cannot accept non-LF line endings in 'svn:log' property

I would look at the last commited revision...if the last commit was 800 I would look at 801 for the problem.

I would then run:
svn propedit svn:log --revprop -r 801 http://path/to/repo

This brings up the comment field in vi (or whatever you set your editor to) and you can see and edit the comment. I simply went to the end of the last line and hit return.

Then I ran the svnsync again and it worked.

Let em know if you have any questions.

Zak

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2001894

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-30 23:57:06 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.