source:
build/snova/trunk/co.sh
Last change on this file was 73, checked in by , 18 years ago | |
---|---|
File size: 344 bytes |
Line | |
---|---|
1 | vers=v0r1p0 |
2 | install_dir=`pwd | sed -e 's/\/snova\/tags\/.*/\/snova\//' -e 's/\/snova\/trunk\/.*/\/snova\//'` |
3 | |
4 | mkdir -p $install_dir/${vers}/source |
5 | |
6 | svn co svn://neutrinos1.ific.uv.es:/usr/local/svn/nautilus/snova2/trunk $install_dir/${vers}/source |
7 | |
8 | svn=`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.