N.B: SVN repositories are not up-to-date anymore since the 10th of july 2008, we changed this system to a new one: launchpad. You can have more information on launchpad here.
We invite you to change as soon as possible with this new system to be kept informed by the updates.
Subversion (as known as SVN) is a tools whose goal is to keep track of modifications brougth to some files. This kind of tool is very often used when one need to keep the history of some files, which is very nice when you develop something. Other such tools exists, and the most famous is probably CVS.How to accesTo get an access on our subversion, use the following data:
- login: public
- password: public
Here are the available subversions:
Now you've got the address, and your login/password, just use some SVN client like svn command line tool, or Cervisia GUI tool, or TortoiseSVN GUI tool for Windows, and type in something like "svn co https://svn.tinyerp.com/svn/terp/branches/4.2 --username your_login", and voila, you've just checkout-ed the lastest 4.2 version of the ERP ! More infoFor more information about subversion, you can visit; subversion A nice GUI client WorkBench
|