RE: Got error "Cannot accept non-LF line endings in 'svn:log' property
Daniel Schepler <[email protected]>
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.user |
|---|---|
| Message-ID | <[email protected]> |
OK, I saw the option in the template cvs2svn.options file to output to a dump file. It looks like the offending log message is "Got rid of ^M and tabs" with the ^M being the actual control character. I already have a repository copy fix-up script for removing a few ,v files that cvs2svn doesn't like for some reason (which are old files anyway so trying to debug why isn't really worth the time). I guess I could add a "sed -i -e 's/Got rid of \r/Got rid of ^M/' file1,v file2,v" to that script. -- Daniel -----Original Message----- From: Daniel Schepler Sent: Friday, April 08, 2011 11:05 AM To: [email protected] Cc: Jinsoo Kang; Daniel Schepler Subject: Got error "Cannot accept non-LF line endings in 'svn:log' property Hi all, I was trying a preliminary run of cvs2svn on my company's CVS repository and got this error: Starting Subversion r7624 / 65959 ERROR: svnadmin failed with the following output while loading the dumpfile: svnadmin: E125005: Invalid property value found in dumpstream; consider repairing the source or using --bypass-prop-validation while loading. svnadmin: E125005: Cannot accept non-LF line endings in 'svn:log' property Is cvs2svn supposed to correct line endings on CVS log messages? If it's supposed to, how would I go about debugging why I'm getting that error message? If not, is there some way I could insert Python code in the .options file to do the conversion? -- Daniel Schepler ------------------------------------------------------ http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1670&dsMessageId=2718187 To unsubscribe from this discussion, e-mail: [[email protected]].