Index: svn/Helper.cls.xml
===================================================================
diff -u -r1709 -r1710
--- svn/Helper.cls.xml (.../Helper.cls.xml) (revision 1709)
+++ svn/Helper.cls.xml (.../Helper.cls.xml) (revision 1710)
@@ -719,6 +719,40 @@
+
+
+Path:TECH.String
+
+
+
+
+Path:TECH.String
+
+
Index: svn/Command.cls.xml
===================================================================
diff -u -r1685 -r1710
--- svn/Command.cls.xml (.../Command.cls.xml) (revision 1685)
+++ svn/Command.cls.xml (.../Command.cls.xml) (revision 1710)
@@ -290,7 +290,7 @@
set tLine=$zstrip($e(pLine,9,$length(pLine)),"=",$$$SPACE)
set tResult.Action=$e(pLine,1)
set tLen=$l(tLine,$$$SPACE)
- set tResult.ExternalName=$p(tLine,$$$SPACE,tLen)
+ set tResult.ExternalName=tLine
set tResult.Properties=$e(pLine,2)
set tResult.Lock=$e(pLine,3)
set tResult.History=$e(pLine,4)
Index: svn/Repository.cls.xml
===================================================================
diff -u -r1708 -r1710
--- svn/Repository.cls.xml (.../Repository.cls.xml) (revision 1708)
+++ svn/Repository.cls.xml (.../Repository.cls.xml) (revision 1710)
@@ -73,6 +73,10 @@