svn copy svn+ssh://svncisd.ethz.ch/repos/cisd/openbis_all/branches/$1 svn+ssh://svncisd.ethz.ch/repos/cisd/openbis_all/tags/$1/$2-m"create tag $1/$2"
rm-rf elntemp
svn co --depth=immediates svn+ssh://svncisd.ethz.ch/repos/cisd/openbis_all/tags/$1/$2/plasmid/source/core-plugins/eln-lims/1/as/webapps/eln-lims/html elntemp
svn co --depth=immediates svn+ssh://svncisd.ethz.ch/repos/cisd/openbis_all/tags/$1/$2/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html elntemp
svn info svn+ssh://svncisd.ethz.ch/repos/cisd/openbis_all/tags/$1/$2|grep Path|awk -F: '{print $2}'|sed -e's/ //g'> elntemp/version.txt
svn add elntemp/version.txt
svn commit elntemp -m"Added ELN build info to tag $1/$2"