2011-01-19 10:40 AEST by Arthur Barrett - Useful for merging repositories or creating backups. useful import features: * branch to import history to * branch matching technique (eg: import HEAD to HEAD-servername; import BRANCHA to BRANCHA- servername) * revisions/commitid's to import (eg: if you only want to import a single revision/commitid) Also see bug 4977 about export/import of ACLs Is this any different to the idea of a 'cvs clone' command? Maybe 'cvs clone' would be export+import?
2011-01-20 03:14 AEST by Glen Starrett - Sounds like this is heading toward an offline replication. Can you get a head start off the sync protocols with this one? How would it handle collisions? Is this for individual files only, or full changesets?
2015-03-17 12:54 AEST by Arthur Barrett - Maybe read the same format of file as svnadmin load? http://svnbook.red-bean.com/en/1.7/svn.ref.svnadmin.c.load.html