source:
orxonox.OLD/branches/movie_player/scripts/data.checkout
@
5267
Last change on this file since 5267 was 3997, checked in by bensch, 20 years ago | |
---|---|
|
|
File size: 153 bytes |
Line | |
---|---|
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.