Blame view

install/export.sh 582 Bytes
6c4edfa3   Alexandre   First Commit LabI...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# to be run like this : ./export.sh [VERSION_NUMBER]
# ./export.sh _1-3-152

cd /tmp

# Export du projet SANS les fichiers .svn du versionning
svn export https://usvn-inventirap.irap.omp.eu/repo/inventirap/trunk labinvent$1
#svn export https://usvn-inventirap.irap.omp.eu/repo/inventirap/trunk /tmp/labinvent$1

tar cvfz labinvent$1.tgz labinvent$1
#tar cvfz /tmp/labinvent$1.tgz /tmp/labinvent$1

echo
ls -lh

# Export du projet AVEC les fichiers .svn du versionning ==> creation d'un working dir
#svn co https://usvn-inventirap.irap.omp.eu/repo/inventirap/trunk /tmp/labinvent_$1