git and bzr
Harri Salokorpi
hsalokor at ee.oulu.fi
Mon May 2 09:36:34 BST 2005
On Monday 02 May 2005 05:38, Martin Pool wrote:
> bzr clone rsync://bazaar-ng.org/bzr/bzr.dev
Since rsync can operate also over ssh (or local directory), how about:
bzr clone rsync:/mnt/share/bzr/dev
bzr clone rsync+http://bazaar-ng.org/bzr/bzr.dev
bzr clone rsync+ssh://user@bazaar-ng.org/home/user/bzr.dev
or
bzr clone --rsync http://bazaar-ng.org/bzr/bzr.dev
> This can do some checking that e.g. you're not going to overwrite local
> work, and then run rsync. Indeed you could even do a merge from a
> remote branch fetched via rsync by rsyncing to a temporary directory and
> then merging from that.
Since my provider has occasional 40% packet loss "happy hours" and dying
connections, I vote for remote operations that make sure that tree is always
in recoverable state. :)
-Harri
More information about the bazaar
mailing list