very handy for backporting code fixes, these steps will allow you to switch with relative ease between multiple versions of WebGUI.
wreservice.pl --stop all
svn co https://svn.webgui.org/plainblack/branch/WebGUI_7.5 WebGUI_7.5
rm -f WebGUI ; ln -s WebGUI_7.5 WebGUI
edit /etc/hosts add local7_5 to the line starting with 127.0.0.1
cp /data/WebGUI.beta/etc/*.conf /data/WebGUI/etc/
wreservice.pl --start mysql
addsite.pl --AdminPassword=123qwe --sitename=local7_5
wreservice.pl --start modperl modproxy spectre
browse to http://localhost/ and follow the steps to configure the new site
with this setup you can only run one site at a time because they all use the same network ports. but switching is very easy using switch_webgui.pl which is attached. simply pass as an arguement the directory for the new WebGUI code you want to run and it switches everything and restarts everything.
Keywords: backporting multi-site multi-version switching