Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/heightMap/scripts/data.checkout @ 4773

Last change on this file since 4773 was 4122, checked in by bensch, 19 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
Line 
1#!/bin/bash
2
3if [ -z "$1" ]
4then
5    svn co https://svn.orxonox.ethz.ch/data data
6else
7    svn co https://svn.orxonox.ethz.ch/data data --username $1
8fi
Note: See TracBrowser for help on using the repository browser.