RE: Re: Determining TrotoiseSVN version from a script.
From: Bob Cunningham <bcunningham_at_sandel.com>
Date: 2007-08-06 20:04:13 CEST
Ok, fair enough: I've pasted my results below (run under Cygwin Bash). The commands were run from C:\Program Files\TortoiseSVN\bin. The culprit was the first file, SubWCRev.exe.
Yes, I'm not running the latest TortoiseSVN, and we won't be updating until one of our current projects finishes (it's a configuration control thing). Yes, the TortoiseSVN Update reminder box is starting to annoy me.
-BobC
$ for i in *.exe *.dll; do echo $i; /cygdrive/c/BobC/Download/GetVers/getvers.exe $i; done
No version info available
TSVNCache.exe
TSVNCache.exe Version: 1,4,3,8645
TortoiseBlame.exe Version: 1,4,3,8645
TortoiseIDiff.exe Version: 1,4,3,8645
TortoiseMerge.exe Version: 1,4,3,8645
TortoisePlink.exe Version: 1,9,0,15
TortoiseProc.exe Version: 1,4,3,8645
CrashRpt.dll Version: 3,1,2,3
SciLexer.dll Version: 1,7,0,0
TortoiseSVN.dll Version: 1,4,3,8645
dbghelp.dll Version: 5,1,2600,2180
intl3_svn.dll Version: 0,14,5,0
libapr_tsvn.dll Version: 0,9,12,0
libapriconv_tsvn.dll Version: 0,9,7,0
libaprutil_tsvn.dll Version: 0,9,12,0
libdb44.dll Version: 4,0,4,20
-BobC
Stefan Küng wrote:
---------------------------------------------------------------------
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.