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

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

ajout du script de checkout

File size: 344 bytes
Line 
1vers=v0r1p0
2install_dir=`pwd | sed -e 's/\/snova\/tags\/.*/\/snova\//' -e 's/\/snova\/trunk\/.*/\/snova\//'`
3
4mkdir -p $install_dir/${vers}/source
5
6svn co svn://neutrinos1.ific.uv.es:/usr/local/svn/nautilus/snova2/trunk $install_dir/${vers}/source
7
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.