Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/updateMedia.sh @ 1505

Last change on this file since 1505 was 1505, checked in by rgrieder, 16 years ago

f* svn: It doesn't even inform you if you attempt to set a non existing property. It is svn:eol-style and not eol-style when using the command by the way…

  • Property svn:executable set to *
File size: 50 bytes
Line 
1#!/bin/bash
2dir=${pwd}
3cd ../Media
4svn up
5cd $dir
Note: See TracBrowser for help on using the repository browser.