mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 01:50:40 +02:00
removed exprtsoftware script outdated
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorsPackage@43 08cae9ef-cb74-4d14-b03a-d7ea46f178d7
This commit is contained in:
parent
c9c8527bb4
commit
f0ae4bfe31
@ -1,30 +0,0 @@
|
||||
# Script to create svnInfo.txt files and export software
|
||||
|
||||
#folders
|
||||
MAINDIR=newMythenSoftware
|
||||
LIBDIR=slsDetectorSoftware
|
||||
CLIENTDIR=slsDetectorClient
|
||||
GUIDIR=slsDetectorGuiOriginal
|
||||
|
||||
SVNPATH=file:///afs/psi.ch/project/sls_det_software/svn
|
||||
MAINDIRSVN=$SVNPATH/$MAINDIR
|
||||
LIBDIRSVN=$SVNPATH/$LIBDIR
|
||||
CLIENTDIRSVN=$SVNPATH/$CLIENTDIR
|
||||
GUIDIRSVN=$SVNPATH/$GUIDIR
|
||||
|
||||
|
||||
#export
|
||||
svn export --force $MAINDIRSVN
|
||||
cd $MAINDIR
|
||||
svn export --force $LIBDIRSVN
|
||||
svn export --force $CLIENTDIRSVN
|
||||
svn export --force $GUIDIRSVN
|
||||
|
||||
|
||||
#create svnInfo.txt
|
||||
cd $LIBDIR
|
||||
svn info $LIBDIRSVN > svnInfo.txt
|
||||
cd ../$GUIDIR
|
||||
svn info $GUIDIRSVN > svnInfo.txt
|
||||
|
||||
exit 0
|
Loading…
x
Reference in New Issue
Block a user