Skip to content
Norihiro Watanabe edited this page May 7, 2014 · 19 revisions

Welcome to the ogs5-trunk wiki!

Reviving a git-svn clone (original post)

$ mkdir sources
$ cd sources
$ git clone git@github.com:envinf/ogs5-trunk.git
$ git svn init https://svn.ufz.de/svn/ogs/trunk/sources 
$ git config svn.authorsfile ../authors.txt
$ git update-ref refs/remotes/git-svn refs/remotes/origin/master
$ git svn rebase
Clone this wiki locally