Subversion
MyServer is in continuous development so, if you want to have the latest
files you should use the subversion system. The files available in the subversion
repository often have more functionality than the files that are available
for download. However, the files are released to the general public after
testing of the new features implemented, released files are more stable
than the files available in the development repository, we suggest you to
use only official releases in production environments.
Download a Subversion client
If you don't have a Subversion client visit: http://subversion.tigris.org/.
MyServer Source
To get the latest source available use
the client from the command line:
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
To get the latest source available use
the client from the command line:
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
There are Subversion clients available to dowload for the Windows operating
system. One such client is Tortoise SVN.