~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to update_svn

  • Committer: luke-jr
  • Date: 2006-05-31 05:43:38 UTC
  • Revision ID: svn-v3-list-QlpoOTFBWSZTWZvbKhsAAAdRgAAQABK6798QIABURMgAAaeoNT1TxT1DQbKaeobXKiyAmlWT7Y5MkdJOtXDtB7w7DOGFBHiOBxaUIu7HQyyQSvxdyRThQkJvbKhs:7d95bf1e-0414-0410-9756-b78462a59f44:armagetronad%2Fbranches%2F0.2.8%2Farmagetronad:4650
I don't know if these are used, but just in case

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
if ! [ -r .dont_update ] ; then
 
3
 if [ -r .svn ] ; then
 
4
        svn update
 
5
 else
 
6
  mydir=`basename $PWD`
 
7
  svn co https://svn.sourceforge.net/svnroot/armagetronad/armagetronad/trunk/armagetronad .
 
8
 fi
 
9
fi