root/branches/dsss-smi/commit.sh

Revision 638, 98 bytes (checked in by Gregor, 1 year ago)

Fixed some consistency issues.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1 #!/bin/bash
2 cd /home/dsss/sources
3 if [ "`svn diff`" ]
4 then
5     svn up &&
6     svn commit -m ''
7 fi
Note: See TracBrowser for help on using the browser.