emacs-devel
[Top][All Lists]
Advanced

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

Re: Git mirrors


From: James Cloos
Subject: Re: Git mirrors
Date: Fri, 07 Oct 2011 12:47:16 -0400
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.90 (gnu/linux)

>>>>> "JW" == John Wiegley <address@hidden> writes:

JW> So far I have not found a way to get a listing of all the branches in a 
Bazaar
JW> repository, nor how to mirror them.  This looks like it may need some 
scripting.

For the savannah repos, you can look at, eg,

  rsync://bzr.sv.gnu.org/bzr/emacs/

to see the list of branches in that repo.

The directories are not necessarily all branches; you'll need to check
for a .bzr sub-directory in each.

Something like:

  rsync -a  rsync://bzr.sv.gnu.org/bzr/emacs/|egrep bzr/branch-format$

should work well to detect all of the branches.

-JimC
-- 
James Cloos <address@hidden>         OpenPGP: 1024D/ED7DAEA6



reply via email to

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