User Tools

Site Tools


svn

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

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:

mkdir /usr/src/astguiclient
cd /usr/src/astguiclient
svn checkout svn://svn.eflo.net:3690/agc_2-X/trunk

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.

You can also use tortoisesvn which will integrate with Windows Explorer. You can download that from http://tortoisesvn.tigris.org/.

svn.txt · Last modified: 2018/10/17 16:32 (external edit)