Show page source of git-svn #7842

= git-svnでsourceforgeのsvnを使う

== まずはリポジトリを取ってくる
git-svn clone  svn+ssh://ユーザ名@svn.sourceforge.jp/svnroot/moonlinux

== 適当に編集したりファイルを追加
git add file

== gitにcommit
git commit -a

== svnに反映
git-svn rebase
git-svn dcommit