clockwerk-tools – Diff between revs 31 and 32

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 31 Rev 32
Line 45... Line 45...
45 if [ ! -d clockwerk-opensim ]; then 45 if [ ! -d clockwerk-opensim ]; then
46 svn co http://svn.was.fm/clockwerk-opensim 46 svn co http://svn.was.fm/clockwerk-opensim
47 fi 47 fi
48 echo "[Clockwerk] Updating sources..." 48 echo "[Clockwerk] Updating sources..."
49 cd clockwerk-opensim 49 cd clockwerk-opensim
50 svn update 50 svn update --accept theirs-full
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
53 echo "[Clockwerk] Cleaning..." 53 echo "[Clockwerk] Cleaning..."
54 ./runprebuild.sh clean 54 ./runprebuild.sh clean
55 echo "[Clockwerk] Prebuild..." 55 echo "[Clockwerk] Prebuild..."