From 0f8a5b98cc9bb94ac2df5bca7fd4306cceab7829 Mon Sep 17 00:00:00 2001
From: anttil <anttil>
Date: Fri, 17 Apr 2015 07:20:15 +0000
Subject: [PATCH] SSDM-1760: Create revision marker file to plasmid project
 during tag_and_build

SVN: 33859
---
 openbis_all/source/bash/build/tag.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/openbis_all/source/bash/build/tag.sh b/openbis_all/source/bash/build/tag.sh
index 8fb4e9c3613..db41627539e 100755
--- a/openbis_all/source/bash/build/tag.sh
+++ b/openbis_all/source/bash/build/tag.sh
@@ -18,3 +18,8 @@ if [ $? -eq 0 ]; then echo "Tag already exists!"; exit 1; fi
 svn mkdir --parents svn+ssh://svncisd.ethz.ch/repos/cisd/openbis_all/tags/$1 -m "create tag $1/$2"
 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/newbrowser elntemp
+svn info svn+ssh://svncisd.ethz.ch/repos/cisd/openbis_all/tags/$1/$2 > elntemp/version.txt
+svn add elntemp/version.txt
+svn commit elntemp -m "Added ELN build info to tag $1/$2"
\ No newline at end of file
-- 
GitLab