[FFmpeg-devel] [OT] ffmpeg git

Uoti Urpala uoti.urpala
Tue Nov 27 00:27:11 CET 2007


On Tue, 2007-11-27 at 00:02 +0100, Michael Niedermayer wrote:
> how does one push changes to git.mplayerhq.hu ?
> having to manually extract each commit and then use svn really destroys
> the advantage git has over svn for someone who does have write access

You can't push changes though the current git interface. However you can
create a git-svn checkout of FFmpeg. git-svn talks to the svn server
with the basic svn protocol and can fetch new revisions and commit
changes using that. "git-svn rebase" will read all new svn revisions
from the server and then rewrite your current branch so that all
existing local commits are applied after the latest svn revision.
"git-svn dcommit" will send a new svn commit to the server for each
commit you have added on top of the svn ones.





More information about the ffmpeg-devel mailing list