Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/scripts/data.checkout @ 5000

Last change on this file since 5000 was 4944, checked in by bensch, 19 years ago

orxonox/trunk: opened and saved some files, and also rewritten some organizatory stuff

  • Property svn:executable set to *
File size: 145 bytes
RevLine 
[3997]1#!/bin/bash
2
3if [ -z "$1" ]
4then
[4944]5    svn co https://svn.orxonox.net/data data
[3997]6else
[4944]7    svn co https://svn.orxonox.net/data data --username $1
[3997]8fi
Note: See TracBrowser for help on using the repository browser.