- Timestamp:
- Feb 8, 2007, 4:09:55 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
build/bhep/tags/v1r4p1/co.sh
r64 r67 1 1 2 2 vers=v1r4p1 3 install_dir=`pwd | sed -e 's/bhep.*/bhep/'` 3 4 4 mkdir -p ../${vers}/source5 mkdir -p $install_dir/${vers}/source 5 6 6 svn co svn://neutrinos1.ific.uv.es:/usr/local/svn/nautilus/bhep/tags/bhep${vers} ../${vers}/source7 svn co svn://neutrinos1.ific.uv.es:/usr/local/svn/nautilus/bhep/tags/bhep${vers} $install_dir/${vers}/source 7 8 8 9 svn=`svn info | grep "svn" | sed -e 's/URL: /svn co /g'` 9 ${svn}/cmt ../${vers}/cmt10 ${svn}/cmt $install_dir/${vers}/cmt
Note: See TracChangeset
for help on using the changeset viewer.