clockwerk-tools – Diff between revs 35 and 36

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 35 Rev 36
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 ./runprebuild.sh clean
-   51 svn revert --recursive .
50 svn update --accept theirs-full 52 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 53 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 54 if [ $? == "0" ]; then
53 echo "[Clockwerk] Cleaning..." 55 echo "[Clockwerk] Cleaning..."
54 ./runprebuild.sh clean 56 ./runprebuild.sh clean