clockwerk-tools – Diff between revs 37 and 38

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 37 Rev 38
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 status | grep "^\?" | awk '{print $2}' | xargs rm -rf -
53 svn update --accept base 53 svn update --accept base
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 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
55 if [ $? == "0" ]; then 55 if [ $? == "0" ]; then
56 echo "[Clockwerk] Cleaning..." 56 echo "[Clockwerk] Cleaning..."
57 ./runprebuild.sh clean 57 ./runprebuild.sh clean