Take a look at our new Git repository! It has many more features than the old SVN one. If you are a developer, here is how to use it:
1. Download Git and set up a folder to contain Epsilon's code.
2. Type this into a terminal: git clone ssh://username@git.code.sf.net/p/epsilon-os/code epsilon-os-code
Note that you need to replace username with your SourceForge username.
3. Edit things.
4. When you are happy with your code, test it, then use the command git commit -am "Your message". This will make your changes permenant.
5. When you are ready to send your work to the repository, use the command git push -u origin master. If this is your first time using Epsilon OS's source code, use the command git remote add origin ssh://username@git.code.sf.net/p/epsilon-os/code epsilon-os-code. Again, replace username with your username.
Then, you have commited your code!