source: build/bhep/trunk/co.sh@ 69

Last change on this file since 69 was 68, checked in by garnier, 19 years ago

checkout desormais dans le bon repertoire

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