Page 1 of 1

Problem with installing specific SVN version

PostPosted: Thu Sep 18, 2014 7:50 pm
by szechuanbeef
I'm trying to install Vicibox 4 standard. After doing the "os-install" step and setting the "yast lan", I tried to specify the svn version I wanted by going to /usr/src/astguiclient/trunk and putting "svn update -r 2063".

I then proceeded to do the "vicibox-install" in expert mode. In expert mode there was no way for me to specify the SVN version, and when I got to the Vicibox Install Summary it said it was trying to install a different SVN Rev.

Was wondering what I was doing wrong, and how I would be able to get it to work. Thanks.

Re: Problem with installing specific SVN version

PostPosted: Fri Sep 19, 2014 2:45 am
by geoff3dmg
As far as I am aware, it is hard coded into the vicibox installer which SVN revision gets installed upon installation. I generally do a SVN upgrade after the vicibox installer has done it's thing.

Re: Problem with installing specific SVN version

PostPosted: Fri Sep 19, 2014 7:59 am
by DomeDan
Dont know about vicibox 4 but in 6.0.2 there are a flag you can use with the command vicibox-install called --legacy when that is set then you can specify the svn revision
maybe the --legacy flag is in vicibox 4, else you need to edit the /usr/local/bin/vicibox-install.pl file, I can fire up 4.0.3 in virtualbox and take a look

edit: yes seams like 4.0.3 also got the --legacy flag