[asterisk-dev] [asterisk-commits] rizzo: trunk r89452 -?in?/trunk: acinclude.m4 configure configure.ac

Jeffrey Ollie jeff at ocjtech.us
Tue Nov 20 23:56:16 CST 2007


On 11/20/07, Tzafrir Cohen <tzafrir.cohen at xorcom.com> wrote:
>
> Anybody tried to work with git-svn with the Asterisk repository?

Yeah, it works pretty well... I use it to maintain the various patches
that I apply to my Fedora packages.  You can use something like:

mkdir asterisk.git
cd asterisk.git
git svn init -T trunk -b branches -t tags http://svn.digium.com/svn/asterisk
git svn fetch

to set up your own git clone of the Asterisk sources.  Be prepared,
however - the first "git svn fetch" will take a long time to fetch
everything it needs. However, after the first one, subsequent "get svn
fetch"es only download new revisions.

Jeff



More information about the asterisk-dev mailing list