Last change
on this file since 4309 was
4178,
checked in by bensch, 20 years ago
|
orxonox/branches/physics: merged the Trunk into the physics Branche again:
merged with command:
svn merge ../trunk physics -r 3953:HEAD
no important conflicts
|
-
Property svn:executable set to
*
|
File size:
153 bytes
|
Rev | Line | |
---|
[3997] | 1 | #!/bin/bash |
---|
| 2 | |
---|
| 3 | if [ -z "$1" ] |
---|
| 4 | then |
---|
| 5 | svn co https://svn.orxonox.ethz.ch/data data |
---|
| 6 | else |
---|
| 7 | svn co https://svn.orxonox.ethz.ch/data data --username $1 |
---|
| 8 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.