clockwerk-tools – Diff between revs 46 and 47

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 46 Rev 47
Line 42... Line 42...
42 # OpenSim upgrade 42 # OpenSim upgrade
43 pushd ./ 43 pushd ./
44 cd ../ 44 cd ../
45 echo "[Clockwerk] Updating sources..." 45 echo "[Clockwerk] Updating sources..."
46 rm -rf clockwerk-opensim 46 rm -rf clockwerk-opensim
47 rm -rf /srv/clockwerk-opensim 47 rm -rf /srv/clockwerk/clockwerk-opensim
48 svn co --config-option servers:global:http-timeout=300 http://svn.was.fm/clockwerk-opensim 48 svn co --config-option servers:global:http-timeout=300 http://svn.was.fm/clockwerk-opensim
49 cd clockwerk-opensim 49 cd clockwerk-opensim
50 svn update --accept base 50 svn update --accept base
51 dialog --yesno "By selecting yes here, the OpenSim sources will be updated from the development repository, compiled and added to the current OpenSim working directory. Selecting yes here will not affect any modifications you may have done to OpenSim's ini files. Upgrade the OpenSim binaries to the lastest development version?" 10 70 51 dialog --yesno "By selecting yes here, the OpenSim sources will be updated from the development repository, compiled and added to the current OpenSim working directory. Selecting yes here will not affect any modifications you may have done to OpenSim's ini files. Upgrade the OpenSim binaries to the lastest development version?" 10 70
52 if [ $? == "0" ]; then 52 if [ $? == "0" ]; then