[FFmpeg-devel] Git push repository

Martin Storsjö martin
Wed Aug 25 11:23:00 CEST 2010


On Wed, 25 Aug 2010, Tobias Bindhammer wrote:

> Am 25.08.2010 10:48, schrieb Benoit Fouet:
> > On Wed, 25 Aug 2010 09:58:15 +0200 Tobias Bindhammer wrote:
> >> Hi,
> >>
> >> Is there a possibility to push changes directly via git?
> > 
> > No. You can use git-svn though.
> 
> I was afraid of that answer :-)
> 
> that means i sequentially leech like 24695 branches from the svn-server via:
> git svn clone -T trunk -b branches svn://svn.ffmpeg.org/ffmpeg ffmpeg
> git svn init ... in the git clone seems to do the same as above.
> 
> Wouldn't that be OUCH? So what is the proposed workflow then?

You can clone the semi-official git clone from 
git://git.ffmpeg.org/ffmpeg/, work in that, do your branches with your 
stuff there, then apply them one at a time on a svn checkout and commit 
them from there.

M?ns also has a git-svn repo that you can clone, that you supposedly 
should be able to git-svn dcommit from after some setting up.

// Martin



More information about the ffmpeg-devel mailing list