[Durian-svn] [2741] Also fix svn update in this file.

brecht institute at blender.org
Fri Apr 30 23:07:00 CEST 2010


Revision: 2741
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=2741
Author:   brecht
Date:     2010-04-30 23:07:00 +0200 (Fri, 30 Apr 2010)
Log Message:
-----------
Also fix svn update in this file.

Modified Paths:
--------------
    frm/new_node_update_movie.sh

Modified: frm/new_node_update_movie.sh
===================================================================
--- frm/new_node_update_movie.sh	2010-04-30 21:05:16 UTC (rev 2740)
+++ frm/new_node_update_movie.sh	2010-04-30 21:07:00 UTC (rev 2741)
@@ -7,12 +7,13 @@
 
 echo "Updating Movie Files" > $BUSY
 
-if [ -d $check ]; then
-	cd DIR/pro
+if [ -d $DIR ]; then
+	cd $DIR/pro
 	svn cleanup
 	svn up -r$1
 else
-	svn co svn://biserver/durian/pro /media/data/durian_farm_svn/pro
+	mkdir $DIR
+	svn co svn://biserver/durian/pro $DIR/pro
 fi
 
 rm $BUSY



More information about the Durian-svn mailing list