From 5ffa7eb10630695f47d82a6b681fb7318808fe0c Mon Sep 17 00:00:00 2001
From: anttil <anttil>
Date: Fri, 17 Apr 2015 08:14:42 +0000
Subject: [PATCH] SSDM-1760: Create revision marker file to plasmid project
 during tag_and_build

SVN: 33868
---
 openbis_all/source/bash/build/tag.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openbis_all/source/bash/build/tag.sh b/openbis_all/source/bash/build/tag.sh
index db41627539e..5ae175d01f8 100755
--- a/openbis_all/source/bash/build/tag.sh
+++ b/openbis_all/source/bash/build/tag.sh
@@ -20,6 +20,6 @@ svn copy svn+ssh://svncisd.ethz.ch/repos/cisd/openbis_all/branches/$1 svn+ssh://
 
 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 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"
\ No newline at end of file
-- 
GitLab