[ Please don't top-post on this list, i.e. put your reply at the bottom or inline, thanks. More below. ]
On Sat, Apr 13, 2013 at 6:08 AM, James Marcus <marcus.ja...@gmail.com> wrote: > On Fri, Apr 12, 2013 at 9:27 PM, Ryan Schmidt > <subversion-20...@ryandesign.com> wrote: >> >> >> On Apr 12, 2013, at 11:35, James Marcus <marcus.ja...@gmail.com> wrote: >> >> > I actually started a migration with svnsync so that I didn't have to >> > worry about network issues related to transferring a single 36GB file on an >> > unreliable network. But I ran into this issue: Cannot accept non-LF line >> > endings in 'svn:log' property [500, #125005] >> > >> >> You should fix the svn:log property of that revision so that it does not >> contain non-LF line endings. >> > I did fix it, but there are many, how do you deal with hundreds maybe > thousands? I believe svnadmin dump/load (with 1.7) fixes those automatically. So one option is to use that (or to use those to create an intermediate repository which you can then transfer with svnsync). Or repair the svn:log properties in the source repository with some script. HTH -- Johan