From abb82d02ea0ab6783bfbcc349639685d9acc8d95 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Sun, 1 Apr 2007 09:40:39 +1000 Subject: [PATCH] Restored $Name:$ and $Revision:$ keywords. r1760 | ffr | 2007-04-01 09:40:39 +1000 (Sun, 01 Apr 2007) | 2 lines --- site_ansto/instrument/config/nexus/nexus_in_common_1.dic | 4 ++-- site_ansto/instrument/config/nexus/nxscripts_common_1.tcl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/site_ansto/instrument/config/nexus/nexus_in_common_1.dic b/site_ansto/instrument/config/nexus/nexus_in_common_1.dic index 1f01f060..e2ee5d98 100644 --- a/site_ansto/instrument/config/nexus/nexus_in_common_1.dic +++ b/site_ansto/instrument/config/nexus/nexus_in_common_1.dic @@ -17,8 +17,8 @@ padim1=128 etitle=/$(entryName),NXentry/SDS title -type NX_CHAR sics_release=/version,NXentry/SDS sics_release_tag -type NX_CHAR sics_revision=/version,NXentry/SDS sics_revision_num -type NX_CHAR -nx_content_release=/version,NXentry/SDS nx_content_release_tag -type NX_CHAR -attr {schema_release,""} -nx_content_revision=/version,NXentry/SDS nx_content_revision_num -type NX_CHAR -attr {schema_revision,"1.4"} +nx_content_release=/version,NXentry/SDS nx_content_release_tag -type NX_CHAR -attr {schema_release,$Name: not supported by cvs2svn $} +nx_content_revision=/version,NXentry/SDS nx_content_revision_num -type NX_CHAR -attr {schema_revision,$Revision: 1.6 $} estart=/$(entryName),NXentry/SDS start_time -type NX_CHAR eend=/$(entryName),NXentry/SDS end_time -type NX_CHAR diff --git a/site_ansto/instrument/config/nexus/nxscripts_common_1.tcl b/site_ansto/instrument/config/nexus/nxscripts_common_1.tcl index 48aa47b8..aa8ce0a5 100644 --- a/site_ansto/instrument/config/nexus/nxscripts_common_1.tcl +++ b/site_ansto/instrument/config/nexus/nxscripts_common_1.tcl @@ -5,9 +5,9 @@ # a sics object (eg motors) is written to. The has is indexed by the # objects name. It is useful for making links to datasets. -set tmpstr [string map {"$" ""} {}] +set tmpstr [string map {"$" ""} {$Name: not supported by cvs2svn $}] set nx_content_release_tag [lindex $tmpstr [expr [llength $tmpstr] - 1]] -set tmpstr [string map {"$" ""} {1.13}] +set tmpstr [string map {"$" ""} {$Revision: 1.15 $}] set nx_content_revision_num [lindex $tmpstr [expr [llength $tmpstr] - 1]] MakeNXScript