Daniel_Patterson@national.com.au wrote on 09/17/2004 12:44:11 PM:
> Do we want full decentralisation, or do we just want something simpler,
> like disconnected operation?
>
> Seeing as we already have ra_local, could we have something like this?
Or, dumping another idea, support inter-repository copies and merging,
which would give us something like:
$ svnadmin create /tmp/localrepos
$ svn cp http://svn.collab.net/repos/svn/trunk
file:///tmp/localrepos/svntrunk
***NETWORK CABLE OUT****
$ svn switch file:///tmp/localrepos/svntrunk
<some time and several commits later>
***NETWORK CABLE IN****
$ svn switch http://svn.collab.net/repos/svn/trunk
$ svn merge file:///tmp/localrepos/svntrunk
$ svn commit
I guess this would bundle all your changes up as one commit to the parent
repository, but it requires no new command lines, "just" the ability
to copy and merge between remote repositories....
daniel
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 17 07:41:57 2004