Version 7, last updated by pheno at 06 Apr 23:43 UTC

Windows

First at all to get the source code you need a svn client, for example TortoiseSVN, which can be downloaded here.
When you are done with the download and the installation of the TortoiseSVN client do the following steps:

  1. Create somewhere on your harddrive a new folder which will later represents the ETpub source code repository.
  2. Head over to this folder and do a right-click on it so that the windows context-menu is showing up.
  3. You now should find new entries in this context-menu from the TortoiseSVN client as long as you installed it properly. The entry we are looking for is called “SVN checkout”. A new window should now pop-up.
  4. In the “URL of repository” text-box you have to paste in the ETpub SVN address “http://subversion.assembla.com/svn/etpub/”. Leave all the other options as they are and press the “OK” button. The SVN client should now obtain the newest source code from the main repository.

Later you can update the code-base with a simple right click on your ETpub folder when you press “SVN update” so that you are always up-to-date.

 

Linux and Mac OS X

From the subversion repository checkout the source to a folder [foldername] with the following command:

svn co http://subversion.assembla.com/svn/etpub/trunk/ [foldername]

To update the source at a later time, execute following command within the created folder:

svn update