Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/openAL/scripts/data.checkout @ 4194

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

orxonox/branches/openAL: merged trunk back to openAL
merged with command:

svn merge ../trunk/ openAL/ -r 3920:HEAD

no conflicts at all

  • 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.