savannah-hackers-public
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Savannah-hackers-public] Savannah bzr server errors out


From: Martin Pool
Subject: Re: [Savannah-hackers-public] Savannah bzr server errors out
Date: Tue, 24 Jan 2012 16:23:08 +1100

On 24 January 2012 11:27, James Cloos <address@hidden> wrote:
>>>>>> "BP" == Bob Proulx <address@hidden> writes:
>
> BP> Here is an idea: Perhaps you could do a bzr pull onto a different
> BP> internet connected host with a faster network connection such as
> BP> fencepost or some other host.  Then use 'rsync --partial' to
> BP> transfer that copy to your system.
>
> Given that the bzr repos on savannah are rsync(1)able¹, is there a
> recipe to use convert such a mirror of a bzr repo into a (set of)
> branches equivalent to what a conventional »bzr branch« would produce?
>
> 1] rsync://bzr.sv.gnu.org/bzr/

OK, that sounds like a great idea for Bake.  Download the /bzr/emacs/
directory with eg

  rsync -avPz rsync://bzr.sv.gnu.org/bzr/emacs ~/tmp/emacs

then all you need to do is make a working tree for the branch you want, with eg

 bzr checkout ~/tmp/emacs/trunk ~/work/emacs

-- 
Martin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]