Download source from Subversion¶
Substitute "myusername" with your subversion user name.
- Download the latest version of the trunk:
svn checkout --username=myusername svn+ssh://myusername@svn.code.sf.net/p/fossology/code/trunk/fossology fossology
If you have trouble with the above, try:
svn co --username=myusername https://svn.code.sf.net/p/fossology/code/trunk/fossology
- Download the source for a select (tagged) version. For example:
svn checkout --username=myusername svn+ssh://myusername@svn.code.sf.net/p/fossology/code/tags/2.0.0/ fossology_2.0.0
- Download the entire source tree, including all tags, branches and trunk:
svn checkout --username=myusername svn+ssh://myusername@svn.code.sf.net/p/fossology/code fossology
- Download the source tarball from https://sourceforge.net/projects/fossology/files/fossology/