clockwerk-tools – Diff between revs 36 and 37

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 36 Rev 37
Line 47... Line 47...
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 50 ./runprebuild.sh clean
51 svn revert --recursive . 51 svn revert --recursive .
-   52 svn status | grep "^\?" | awk '{print $2}' | xargs svn delete
52 svn update --accept theirs-full 53 svn update --accept base
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 54 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
54 if [ $? == "0" ]; then 55 if [ $? == "0" ]; then
55 echo "[Clockwerk] Cleaning..." 56 echo "[Clockwerk] Cleaning..."
56 ./runprebuild.sh clean 57 ./runprebuild.sh clean
57 echo "[Clockwerk] Prebuild..." 58 echo "[Clockwerk] Prebuild..."