From 19efeba1a1941146121f48f1fb7ab82bcafcbe8f Mon Sep 17 00:00:00 2001 From: Sinisa Veseli <sveseli@aps.anl.gov> Date: Mon, 13 Apr 2015 13:45:35 +0000 Subject: [PATCH] add new utility to list svn tags --- sbin/dm_list_svn_tags.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 sbin/dm_list_svn_tags.sh diff --git a/sbin/dm_list_svn_tags.sh b/sbin/dm_list_svn_tags.sh new file mode 100755 index 00000000..9fd16e2b --- /dev/null +++ b/sbin/dm_list_svn_tags.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +SVN_ROOT=https://subversion.xray.aps.anl.gov/DataManagement +svn ls $SVN_ROOT/tags + -- GitLab