Skip to content
Stefan Tomanek edited this page Jul 21, 2012 · 2 revisions

How to clone the SVN repository

git-svn config

The official SVN repository is cloned using git-svn; I case you want to reproduce our efforts or if you have commit access to the SVN, this config snippet is used:

[svn-remote "shared"]
	url = https://multiwii.googlecode.com/svn/trunk/MultiWii_shared
	rewriteRoot = http://multiwii.googlecode.com/svn/trunk/MultiWii_shared
	fetch = :refs/remotes/svn-shared

Afterwards, the SVN repository can be queried using the command "git svn fetch shared".

Clone this wiki locally