User Tools

Site Tools


svn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
svn [2016/03/01 13:25]
viciadmin created
svn [2018/10/17 16:32] (current)
Line 1: Line 1:
 +====== SVN / Subversion in Vicidial ======
  
 +Vicidial uses the Subversion (SVN) version control system for maintaining our development code base. We do not commit any code to our subversion server till it has actually been thoroughly tested. As such we actually recommend installing the latest SVN version of Vicidial on your servers. Our Vicibox installation CD will do just this if it has a proper internet connection.
 +
 +If you would like more information about Subversion there is a helpful Ebook here: [[http://​svnbook.red-bean.com/​nightly/​en/​index.html|http://​svnbook.red-bean.com/​nightly/​en/​index.html]]
 +
 +====== Linux ======
 +
 +To download the latest SVN version of Vicidial on your Linux server make sure your distributions subversion package is installed then run the following:
 +
 +<​code>​
 +mkdir /​usr/​src/​astguiclient
 +cd /​usr/​src/​astguiclient
 +svn checkout svn://​svn.eflo.net:​3690/​agc_2-X/​trunk
 +</​code>​
 +
 +This will download the latest version of Vicidial from our development server and put it in the /​usr/​src/​astguiclient/​trunk/​ directory.
 +
 +===== Windows =====
 +
 +If you would like to view the code from Windows we recommend using the RapidSVN desktop tool which can be found at [[http://​www.rapidsvn.org|http://​www.rapidsvn.org]].
 +
 +You can also use tortoisesvn which will integrate with Windows Explorer. You can download that from [[http://​tortoisesvn.tigris.org/​|http://​tortoisesvn.tigris.org/​]].
svn.txt ยท Last modified: 2018/10/17 16:32 (external edit)