Subversion Repositories vgwhois

Compare Revisions

No changes between revisions

Regard whitespace Rev 3 → Rev 4

/trunk/update.sh
0,0 → 1,13
#!/bin/bash
 
DIR=$( dirname $(realpath "$0" ) )
 
cd "$DIR"
 
if [ ! -d ".svn" ]; then
echo "$DIR was not checked out via SVN. Please update manually."
exit 1
fi
 
svn update
 
Property changes:
Added: svn:executable
+*
\ No newline at end of property