Last change
on this file since 4165 was
4122,
checked in by bensch, 20 years ago
|
orxonox/branches/heightMap: merged the Trunk back into branches/heightMap:
merged with Command
svn merge -r 3918:HEAD trunk branches/heightMap
conflicts resolved in favor of the Trunk
|
-
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.