VICIDIAL version SVN 2.2.0 – Howto and howto not do it when you are hyperactive
Because it is New Year and one of my client asked me if I have updated the dev server to the svn version of VICIDIAL 2.2.0. I finally had time to do it. So off I go updating from VICIDIAL 2.0.5 to the new one. It is quite easy to update but I hit some horrifying bloopers.
So here’s what I did and the bloopers that came with it.
I checked out the svn version but first because vicidialNOW doesnt have subversion installed I installed it first.
yum install svn
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do
It didn’t work
so I barely remembered that svn is called subversion so I tried it once again.
yum install subversion
Oh yes it worked! Now off I go downloading the SVN version of VICIDIAL 2.2.0
[root@vici ~]# svn checkout svn://svn.eflo.net:43690/agc_2-X/trunk
svn: Can't connect to host 'svn.eflo.net': Connection refused
[...]


