source: build/snova/trunk/co.sh @ 80

Last change on this file since 80 was 73, checked in by garnier, 17 years ago

ajout du script de checkout

File size: 344 bytes
RevLine 
[73]1vers=v0r1p0
2install_dir=`pwd | sed -e 's/\/snova\/tags\/.*/\/snova\//' -e 's/\/snova\/trunk\/.*/\/snova\//'`
[26]3
[73]4mkdir -p $install_dir/${vers}/source
[26]5
[73]6svn co svn://neutrinos1.ific.uv.es:/usr/local/svn/nautilus/snova2/trunk $install_dir/${vers}/source
[26]7
[73]8svn=`svn info | grep "svn" |  sed -e 's/URL: /svn co /g'`
9${svn}/cmt $install_dir/${vers}/cmt
10
Note: See TracBrowser for help on using the repository browser.