Subversion
Subversion Server
https://myserver.svn.sourceforge.net/svnroot/myserver/
MyServer Source
1. The first time that you copy the svn repository content type:
svn co https://myserver.svn.sourceforge.net/svnroot/myserver/trunk/myserver myserver
2. If you want to update your files simply type inside the myserver directory:
svn update
MyServer Documentation
1. The first time that you copy the svn repository content type:
svn co https://myserver.svn.sourceforge.net/svnroot/myserver/trunk/documentation documentation
2. If you want to update your files simply type inside the documentation directory:
svn update