[FFmpeg-devel] Git push repository

Måns Rullgård mans
Wed Aug 25 11:23:55 CEST 2010


Tobias Bindhammer <tobias.bindhammer at uni-ulm.de> writes:

> 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.

You don't want to grab all the branches, so
  git svn clone svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg
is enough.

> Wouldn't that be OUCH? So what is the proposed workflow then?

The initial clone takes a while, but subsequent updates are fast.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list