|
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 acces
To get an access on our subversion, use the following data:
- login: public
- password: public
Here are the available subversions:
- Development Branch: https://svn.tinyerp.com/svn/terp/trunk
- Stable Branch: https://svn.tinyerp.com/svn/terp/branches/4.2
- eTiny: Stable Branch: https://svn.tinyerp.com/svn/etiny
- Extra Modules: Stable Branch: https://svn.tinyerp.com/svn/extra_addons
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 info
For more information about subversion, you can visit; subversion
A nice GUI client WorkBench
|