|
Last change
on this file since 70 was 68, checked in by garnier, 19 years ago |
|
checkout desormais dans le bon repertoire
|
|
File size:
300 bytes
|
| Line | |
|---|
| 1 |
|
|---|
| 2 | vers=v1r4p1
|
|---|
| 3 | install_dir=`pwd | sed -e 's/bhep.*/bhep/'`
|
|---|
| 4 |
|
|---|
| 5 | mkdir -p $install_dir/${vers}/source
|
|---|
| 6 |
|
|---|
| 7 | svn co svn://neutrinos1.ific.uv.es:/usr/local/svn/nautilus/bhep/tags/bhep${vers} $install_dir/${vers}/source
|
|---|
| 8 |
|
|---|
| 9 | svn=`svn info | grep "svn" | sed -e 's/URL: /svn co /g'`
|
|---|
| 10 | ${svn}/cmt $install_dir/${vers}/cmt
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.