Re: How to migrate just part of a repo to another server

2011-09-09 Thread Nico Kadel-Garcia
On Thu, Sep 8, 2011 at 4:13 AM, Markus Schaber wrote: > Hi, Les, > > Von: Les Mikesell [mailto:lesmikes...@gmail.com] >> >> 2011/9/7 Thorsten Schöning : >> > >> >> Would it work to start the dump at the revision of the move to the >> >> current path (without --incremental) if I'm willing to lose t

AW: How to migrate just part of a repo to another server

2011-09-08 Thread Markus Schaber
Hi, Les, Von: Les Mikesell [mailto:lesmikes...@gmail.com] > > 2011/9/7 Thorsten Schöning : > > > >> Would it work to start the dump at the revision of the move to the > >> current path (without --incremental) if I'm willing to lose the older > >> history that might have been in a cvs conversion?

Re: How to migrate just part of a repo to another server

2011-09-07 Thread Les Mikesell
2011/9/7 Thorsten Schöning : > >> Would it work to start the dump at the revision >> of the move to the current path (without --incremental) if I'm willing >> to lose the older history that might have been in a cvs conversion? > > Is space a problem or why do you not just dump and load the whole >

Re: How to migrate just part of a repo to another server

2011-09-07 Thread Thorsten Schöning
Guten Tag Les Mikesell, am Dienstag, 6. September 2011 um 21:44 schrieben Sie: > Would it work to start the dump at the revision > of the move to the current path (without --incremental) if I'm willing > to lose the older history that might have been in a cvs conversion? Is space a problem or why

Re: How to migrate just part of a repo to another server

2011-09-06 Thread Stefan Sperling
On Tue, Sep 06, 2011 at 02:44:41PM -0500, Les Mikesell wrote: > On Tue, Sep 6, 2011 at 1:41 PM, Stefan Sperling wrote: > >> Now, when I try to run cat svn-dumpfile | svndumpfilter include > >> /htdocs/CCDB | svnadmin load /path/to/new/repo I get an error from > >> svndumpfilter: > >> svndumpfilter

Re: How to migrate just part of a repo to another server

2011-09-06 Thread Les Mikesell
On Tue, Sep 6, 2011 at 1:41 PM, Stefan Sperling wrote: >> Now, when I try to run cat svn-dumpfile | svndumpfilter include >> /htdocs/CCDB | svnadmin load /path/to/new/repo I get an error from >> svndumpfilter: >> svndumpfilter: Invalid copy source path '/CCDB' > Somewhere in history the path you

Re: How to migrate just part of a repo to another server

2011-09-06 Thread Stefan Sperling
On Tue, Sep 06, 2011 at 02:30:08PM -0400, Todd D. Taft wrote: > I'm trying to move just a few directory trees from a subversion repo > to another server. > > On the old server, I run svndump /path/to/old/repo > /tmp/svn-dumpfile > I've copied the svn-dumpfile to the new server. > Now, when I try t

How to migrate just part of a repo to another server

2011-09-06 Thread Todd D. Taft
I'm trying to move just a few directory trees from a subversion repo to another server. On the old server, I run svndump /path/to/old/repo > /tmp/svn-dumpfile I've copied the svn-dumpfile to the new server. Now, when I try to run cat svn-dumpfile | svndumpfilter include /htdocs/CCDB | svnadmin