git-svn で svn の branch に dcommit する

(これはいい加減な情報でした。参考にしないほうがよいかと思います。)

ぐぐって一発で出てこなかったのでメモる。

(git svn clone した時点で存在していたbranchに)

$ git checkout remotes/new_development
$ git merge new_development
$ git svn dcommit --dry-run
Committing to http://host/path_to/branches/new_development ...



かわりにこちらを。
http://trac.parrot.org/parrot/wiki/git-svn-tutorial