Subversion/en
From Kiwix
- Deutsch
- English
- Español
- Français
- עברית
- Portuguese
You can download the code of kiwix from our Subversion repository:
- Unstable version (actual)
svn co https://kiwix.svn.sourceforge.net/svnroot/kiwix/moulinkiwix/ moulinkiwix
- Stable version (old)
svn co https://kiwix.svn.sourceforge.net/svnroot/kiwix/branches/kiwix-0.8/ moulinkiwix
You can in addition browse the code:
http://svn.kiwix.orgYou might also want to use Git or Mercurial as client, please follow the guidelines here:
git svn clone -Tmoulinkiwix -ttags -bbranches https://kiwix.svn.sourceforge.net/svnroot/kiwix git svn rebase # update, and base your change on the new version git svn dcommit # commit
To have a git mirror of kiwix, use the following commands:
git svn clone https://kiwix.svn.sourceforge.net/svnroot/kiwix git remote add origin git@github.com:kiwix/kiwix.git git svn rebase # update from svn git push origin master # push it into git mirror

