Index: svn/StudioHook.cls.xml
===================================================================
diff -u -r1519 -r1520
--- svn/StudioHook.cls.xml (.../StudioHook.cls.xml) (revision 1519)
+++ svn/StudioHook.cls.xml (.../StudioHook.cls.xml) (revision 1520)
@@ -32,7 +32,7 @@
1
-
+
password from login, use for svn.exe --password option when specified by the user
%String
@@ -98,6 +98,7 @@
+
@@ -184,6 +185,8 @@
} elseif tMenu="update" {
set UpdateToVersion = $select(tMenu(2)["to head":"",1:0)
do ..SubversionUpdate(.InternalName,.Action,.Target,.Msg,.Reload,UpdateToVersion)
+ } elseif tMenu="getlatest" {
+ do ..SubversionGetLatest()
} elseif tMenu="pre-commit" {
do ..SubversionPreCommit(.InternalName,.Action,.Target,.Msg,.Reload)
} elseif tMenu="check" {
@@ -500,7 +503,7 @@
// DK -2.12
set tCmd.SubCommand="update"
// DK +2.10
- if ..svnHelper.PassCredentials do tCmd.GlobalOptions.SetAt(..Name,"--username"),tCmd.GlobalOptions.SetAt(..Pwd,"--password")
+ if ..svnHelper.PassCredentials do tCmd.GlobalOptions.SetAt(..Name,"--username"),tCmd.GlobalOptions.SetAt(..Password,"--password")
// DK -2.10
set tCmd.ExternalName=..svnHelper.ExternalName(InternalName,$$$FULLPATH)
set tCmd.Revision=UpdateToVersion
@@ -515,6 +518,95 @@
]]>
+
+
+
+