Sourcecode
From Set-Top-Linux
Source Code
Set-Top-Linux application development is proud to be a project of SourceForge. The project homepage can be found at http://sourceforge.net/projects/settoplinux/
All the source code is stored in a svn repository, you can browse the repository at http://settoplinux.svn.sourceforge.net/viewvc/settoplinux/trunk/
Downloading the source code
To download the source code you need to have a svn client installed and then issue the command:
svn co https://settoplinux.svn.sourceforge.net/svnroot/settoplinux/trunk
To update your local repository to the latest revision issue the command:
svn update
Contributing to the source code
SourceForge requires all software must have a open source license. Here at Set-Top-Linux we prefer GPLv2. Here are some guidelines if you have something you would like to contribute to the Set-Top-Linux svn repository.
- If you don’t already have one, create a profile at SourceForge and join the Set-Top-Linux project.
- Send an email to Support letting us know what you would like to contribute and that you would like to request svn commit privileges.
- Once you have svn commit privileges, make sure you are in your local repositories top directory (trunk), add your additions
svn add path-to-file
or changes to your local repository and commit by issuing the following:
svn ci –username sourceforge-username – password password –m “description of commit”
If you want to learn more about svn and commands the manual can be found here:
http://svnbook.red-bean.com/en/1.5/index.html
Also there is a mailing list setup to notify developers of changes to the svn repository. If you would like to subscribe to track changes please go here and sign up:
https://lists.sourceforge.net/lists/listinfo/settoplinux-mail

