Skip to content

Synch with Red5 trunk

ritzalam edited this page Nov 14, 2011 · 4 revisions

git clone [email protected]:ritzalam/red5.git

cd red5

vi .git/config

[svn-remote "red5/trunk"]
  url = http://red5.googlecode.com/svn/java/server/trunk
  fetch = :refs/remotes/red5/trunk

git log

commit 1501658da7b3f1b7785f24ddd1f27789495bf5de
Author: mondain <mondain@1b6495e4-3631-0410-8e05-8f51eee8b9cc>
Date:   Fri Apr 29 16:24:19 2011 +0000

    Added helpful log entry for AMF deserialization of custom classes. Added null checks to connection close.

    git-svn-id: http://red5.googlecode.com/svn/java/server/trunk@4219 1b6495e4-3631-0410-8e05-8f51eee8b9cc

git svn fetch red5/trunk -r4219

echo 1501658da7b3f1b7785f24ddd1f27789495bf5de > .git/refs/remotes/red5/trunk

git svn red5/trunk rebase

http://trac.parrot.org/parrot/wiki/git-svn-tutorial

http://hassox.blogspot.com/2007/12/using-git-with-svn.html

Clone this wiki locally