Rob Weir wrote on Sun, Oct 16, 2011 at 18:34:33 -0400:
> On Sun, Oct 16, 2011 at 3:40 PM, Daniel Shahaf <d...@daniel.shahaf.name> 
> wrote:
> > Daniel Shahaf wrote on Sun, Oct 16, 2011 at 21:39:12 +0200:
> >> svnrdump dump -r 49548 $SOURCE_REPOS > 1
> >> ed 1
> >> svnrdump load $TARGET_REPOS < 1
> >> svn pl --revprop -r0 $TARGET_REPOS
> >> [ edit the svn:sync-* revprops ]
> >>
> >> I like this idiom :-)
> >>
> >
> > svnrdump is available in Subversion 1.7 and newer.
> >
> 
> Cool, remote dumps.   Is a 1.7 client sufficient,

1.7 client, 1.4/1.5 source server, 1.0(?) target server.

http://subversion.apache.org/docs/release-notes/1.7

(Ignore the stuff about race conditions, it doesn't apply in your use case)

Reply via email to