Installing/SourceCode
From FusionForge Wiki
FusionForge source code is currently primarily developped in a Subversion repository (http://fusionforge.org/scm/?group_id=6), with additional bazaar and git branches available.
Contents |
Anonymous read-only access from Subversion
svn checkout svn://scm.fusionforge.org/svnroot/fusionforge/trunk fusionforge-trunk
or
svn checkout svn://scm.fusionforge.org/svnroot/fusionforge/branches/Branch_5_1 fusionforge-branch-5.1
(you may browse the subversion repository here)
Anonymous read-only Bazaar gateway (updated hourly)
bzr checkout http://scm.fusionforge.org/bzr/fusionforge/svn-trunk-ro fusionforge-trunk
Anonymous read-only Git gateway (updated hourly)
git clone git://scm.fusionforge.org/fusionforge/fusionforge.git
Github for occasional contributors
User aljeux has a tree on github at http://github.com/aljeux/fusionforge/tree/master. If you do some changes but do not want to join the developers, you can fork the tree and send a pull request to get your changes back in fusionforge.
Read/write Subversion access for project developers
If you're a project developer, you can checkout the SVN repository via
svn checkout svn+ssh://scm.fusionforge.org/svnroot/fusionforge/trunk fusionforge-trunk
Read/write access with bzr, git and svn for developers
See Development environment for guidelines on how to setup a developer's environment and publishing contributions.
Back to Installing


