How do I manage source code on FuseSource Forge?
Source control options include Subversion and Git. Projects can choose to leverage one or both approaches to versioning. Projects can also be configured to reference an external source repository. Each project hosts their subversion repository at http://fusesource.com/forge/svn/project-shortname. Most projects do all the new development in the trunk directory. The maintenance of old releases is done in the branches directory. Finally, to find the source code for a specific release, browse the tags directory. Subversion repositories are secured using the username and password you registered with at fusesource.com. For more information on Subversion and to download the required client please visit the Subversion Homepage Git is a free & open source, distributed version control system designed to handle everything from small to very large projects with speed and efficiency.