[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Eric goes to lunch -- a decentralized-development user story

From: <Daniel_Patterson_at_national.com.au>
Date: 2004-09-17 07:41:36 CEST

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.