source: build/bhep/tags/v1r4p1/co.sh @ 74

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

amelioration de robustesse

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