strVerRev = FindVersionStringInConfigure(VersionDir & "configure.in", "SWITCH_VERSION_REVISION")\r
\r
If Right(tmpFolder, 1) <> "\" Then tmpFolder = tmpFolder & "\" End If\r
- If Not FSO.FileExists(tmpFolder & "svnversion.exe") Then \r
- Wget ToolsBase & "svnversion.exe", tmpFolder\r
+ If Not FSO.FileExists(tmpFolder & "fs_svnversion.exe") Then \r
+ Wget ToolsBase & "fs_svnversion.exe", tmpFolder\r
End If \r
+\r
+ If Not FSO.FileExists(tmpFolder & "libsvn_diff-1.dll") Then \r
+ Wget ToolsBase & "libsvn_diff-1.dll", tmpFolder\r
+ End If \r
+ If Not FSO.FileExists(tmpFolder & "libsvn_subr-1.dll") Then \r
+ Wget ToolsBase & "libsvn_subr-1.dll", tmpFolder\r
+ End If \r
+ If Not FSO.FileExists(tmpFolder & "libsvn_wc-1.dll") Then \r
+ Wget ToolsBase & "libsvn_wc-1.dll", tmpFolder\r
+ End If \r
+ If Not FSO.FileExists(tmpFolder & "intl3_svn.dll") Then \r
+ Wget ToolsBase & "intl3_svn.dll", tmpFolder\r
+ End If \r
+ If Not FSO.FileExists(tmpFolder & "libapr-1.dll") Then \r
+ Wget ToolsBase & "libapr-1.dll", tmpFolder\r
+ End If \r
+ If Not FSO.FileExists(tmpFolder & "libaprutil-1.dll") Then \r
+ Wget ToolsBase & "libaprutil-1.dll", tmpFolder\r
+ End If \r
+ If Not FSO.FileExists(tmpFolder & "libapriconv-1.dll") Then \r
+ Wget ToolsBase & "libapriconv-1.dll", tmpFolder\r
+ End If \r
+ If Not FSO.FileExists(tmpFolder & "libsvn_delta-1.dll") Then \r
+ Wget ToolsBase & "libsvn_delta-1.dll", tmpFolder\r
+ End If \r
+\r
Dim sLastFile\r
Const OverwriteIfExist = -1\r
Const ForReading = 1\r
\r
if strVerRev = "" Then\r
- VersionCmd="svnversion " & quote & VersionDir & "." & quote & " -n"\r
+ VersionCmd="fs_svnversion " & quote & VersionDir & "." & quote & " -n"\r
Set MyFile = fso.CreateTextFile(tmpFolder & "tmpVersion.Bat", True)\r
MyFile.WriteLine("@" & "cd " & quote & tmpFolder & quote )\r
MyFile.WriteLine("@" & VersionCmd)\r