root/branches/dsss-smi/commit.sh
| Revision 638, 98 bytes (checked in by Gregor, 1 year ago) | |
|---|---|
| |
| 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.
