Re: Dealing with binaries and migrating a 36G repository

2013-04-13 Thread Daniel Shahaf
Johan Corveleyn wrote on Sun, Apr 14, 2013 at 00:45:34 +0200: > On Sat, Apr 13, 2013 at 3:23 PM, Daniel Shahaf > wrote: > > As an aside, has anyone mentioned the authz + svnsync approach to > > filtering history (as opposed to svnrdump | svndumpfilter) in this > > thread yet? > > Ah yes, good su

Re: Dealing with binaries and migrating a 36G repository

2013-04-13 Thread kmradke
> >> >>> > 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

Re: Dealing with binaries and migrating a 36G repository

2013-04-13 Thread Johan Corveleyn
On Sat, Apr 13, 2013 at 3:23 PM, Daniel Shahaf wrote: > Johan Corveleyn wrote on Sat, Apr 13, 2013 at 09:41:46 +0200: >> On Sat, Apr 13, 2013 at 9:38 AM, Johan Corveleyn wrote: >> > [ Please don't top-post on this list, i.e. put your reply at the >> > bottom or inline, thanks. More below. ] >> >

Re: Dealing with binaries and migrating a 36G repository

2013-04-13 Thread Les Mikesell
On Fri, Apr 12, 2013 at 11:08 PM, James Marcus wrote: > I did fix it, but there are many, how do you deal with hundreds maybe > thousands? I did some sort of script, but I think it took the revision on the command line and only did one at a time, so I had to paste in the number from the sync erro

Re: Dealing with binaries and migrating a 36G repository

2013-04-13 Thread Daniel Shahaf
Johan Corveleyn wrote on Sat, Apr 13, 2013 at 09:41:46 +0200: > On Sat, Apr 13, 2013 at 9:38 AM, Johan Corveleyn wrote: > > [ 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 > > wrote

Re: Dealing with binaries and migrating a 36G repository

2013-04-13 Thread Johan Corveleyn
On Sat, Apr 13, 2013 at 9:38 AM, Johan Corveleyn wrote: > [ 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 wrote: >> On Fri, Apr 12, 2013 at 9:27 PM, Ryan Schmidt >> wrote: >>> >>> >>> On

Re: Dealing with binaries and migrating a 36G repository

2013-04-13 Thread Johan Corveleyn
[ 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 wrote: > On Fri, Apr 12, 2013 at 9:27 PM, Ryan Schmidt > wrote: >> >> >> On Apr 12, 2013, at 11:35, James Marcus wrote: >> >> > I actually start

Re: Dealing with binaries and migrating a 36G repository

2013-04-12 Thread James Marcus
I did fix it, but there are many, how do you deal with hundreds maybe thousands? thanks, James 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 wrote: > > > I actually started a migration with svnsync so that I

Re: Dealing with binaries and migrating a 36G repository

2013-04-12 Thread Ryan Schmidt
On Apr 12, 2013, at 11:35, James Marcus 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'

Re: Dealing with binaries and migrating a 36G repository

2013-04-12 Thread James Marcus
Thanks, I'm going to follow Thorsten suggestion. Andy, 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' prop

Re: Dealing with binaries and migrating a 36G repository

2013-04-12 Thread Andy Levy
On Fri, Apr 12, 2013 at 9:56 AM, James Marcus wrote: > Hi, > I have been trying to migrate a hosted repository that is 36G. This is > difficult because we have offshore teams, so the repository is almost > always active. Before I got here, it seems that someone had the build > process check in e

Re: Dealing with binaries and migrating a 36G repository

2013-04-12 Thread Thorsten Schöning
Guten Tag James Marcus, am Freitag, 12. April 2013 um 15:56 schrieben Sie: > I'm looking for tips on migrating this repository? Dump it, copy it where ever you want and afterwards use svnsync to keep it a current read only mirror until you are able to switch to the new repo. > I have looked for

Dealing with binaries and migrating a 36G repository

2013-04-12 Thread James Marcus
Hi, I have been trying to migrate a hosted repository that is 36G. This is difficult because we have offshore teams, so the repository is almost always active. Before I got here, it seems that someone had the build process check in each binary after it was built Urgh! I'm looking for tips on