how to download vicidial svn version in linux windows

Topic: How to download vicidial SVN version

    In this blog post ,I have provided the tools and command to download the vicidial SVN files in Linux and Windows machines.

how to download vicidial svn version

Introduction: Vicidial - SVN

  VICIdial is an enterprise class, open source, contact center suite in use by many large call centers around the world.

    VICIdial has a full featured predictive dialer. It can also function as an ACD for inbound calls, or closer calls coming from VICIdial outbound fronter agents as well as emails and website chat messages coming in from customers. It is capable of inbound, outbound, and blended phone call handling.

Subversion (SVN)

Subversion is a free/open source version control system (VCS). That is, Subversion manages files and directories, and the changes made to them, over time. This allows you to recover older versions of your data, or examine the history of how your data changed. In this regard, many people think of a version control system as a sort of “time machine.”

SVN - Subversion in Vicidial

Vicidial uses the Subversion (SVN) version control system for maintaining there development code base, which will be updated on regular basics.

Downloading Vicidial SVN in Linux and windows

    For linux based systems you can use the svn checkout command to download the svn files directly to the server, make sure software named subversion should be installed.Follow the below steps to install subversion and download the vicidial svn files.

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

    If you would like to download the vicidial code to the windows machine for just view the code, I would recommend the below software's to download the svn files

Tortoisesvn SVN download screenshots
once installed right click on the desktop u can see svn check out as shown below

vicidial svn windows downloader

Inthe URL of respostory paste you svn link


vicidial svn windows download

    

now in the desktop you can see the vicidial svn file
edit it as as per your needs and transfer to the server via winscp

No Comment
Add Comment
comment url