[Lazarus] [ANN] Lazarus Manager v0.8

waldo kitty wkitty42 at windstream.net
Sat Jan 11 01:09:46 CET 2014


On 1/10/2014 5:04 PM, Kjow wrote:
> Well, if Lazarus Manager can't use svn nothing will work.
>
> There aren't restriction on which svn client to use, it just need a fully
> working svn command line (command prompt). If no svn client if found (it check
> the existence of "svn" command on "system path" (I use this code:
> "FindDefaultExecutablePath('svn'): Boolean;") it will download and ask to
> install the client that has his url on first tab.

AFAIK, TortiseSVN has never had a "svn.exe"... i've always had to use their 
executable's filename in my scripts...

eg:
   for FPC -> TortoiseProc /command:update /path:"%myFPCdir%"
   for LAZ -> TortoiseProc /command:update /path:"%myLAZdir%"

then there's that the version i used on w98 and w2k was able to have the 
revision number pulled out and included in lazarus' about screen but when i 
screwed up and let my vista box update to a newer version of TortiseSVN, this 
didn't happen any more... apparently because they changed their .svn data 
storage format and so svn2revision.inc isn't able to gather that data any more :(

i don't know anything about 'their' (TortiseSVN) having any sort of 'bash 
shell'... AFAIK, there isn't such a beast on winwhatever...


in any case, here's the contents of my vista's TortiseSVN installation...


dir "C:\Program Files\TortoiseSVN\bin"

  Directory of C:\Program Files\TortoiseSVN\bin

06/22/2012  08:35 AM    <DIR>          .
06/22/2012  08:35 AM    <DIR>          ..
10/10/2009  12:33 PM             1,308 autolist.txt
05/15/2012  11:54 AM            14,728 ConnectVPN.exe
05/15/2012  11:54 AM         1,610,120 crshhndl.dll
05/15/2012  11:54 AM            45,960 intl3_tsvn32.dll
05/15/2012  11:54 AM           210,312 libaprutil_tsvn32.dll
05/15/2012  11:54 AM           134,024 libapr_tsvn32.dll
05/15/2012  11:54 AM            70,536 libsasl32.dll
05/15/2012  11:54 AM         3,059,080 libsvn_tsvn32.dll
05/15/2012  11:54 AM            15,752 saslANONYMOUS.dll
05/15/2012  11:54 AM            18,824 saslCRAMMD5.dll
05/15/2012  11:54 AM            54,152 saslDIGESTMD5.dll
05/15/2012  11:54 AM            24,968 saslGSSAPI.dll
05/15/2012  11:54 AM            16,264 saslLOGIN.dll
05/15/2012  11:54 AM           528,776 saslNTLM.dll
05/15/2012  11:54 AM            16,776 saslPLAIN.dll
05/15/2012  11:54 AM           590,728 SciLexer.dll
05/15/2012  11:54 AM         1,521,544 SendRpt.exe
05/15/2012  11:54 AM           111,496 SubWCRev.exe
05/15/2012  11:54 AM           105,864 SubWCRevCOM.exe
05/15/2012  11:54 AM           263,560 TortoiseBlame.exe
05/15/2012  11:54 AM           199,048 TortoiseIDiff.exe
05/15/2012  11:54 AM         1,980,296 TortoiseMerge.exe
05/13/2012  05:26 PM           230,131 TortoiseMerge_en.chm
05/15/2012  11:54 AM           327,048 TortoisePlink.exe
05/15/2012  11:54 AM         6,986,632 TortoiseProc.exe
05/15/2012  11:54 AM            40,328 TortoiseStub32.dll
05/15/2012  11:54 AM           428,936 TortoiseSVN32.dll
05/13/2012  05:25 PM         1,698,989 TortoiseSVN_en.chm
03/11/2007  12:18 PM            39,002 TortoiseSVN_error.wav
03/11/2007  12:18 PM            49,242 TortoiseSVN_Notification.wav
03/11/2007  12:18 PM            14,426 TortoiseSVN_Warning.wav
05/15/2012  11:54 AM           123,272 TortoiseUDiff.exe
05/15/2012  11:54 AM           276,872 TSVNCache.exe
01/05/2007  09:30 PM                49 Website.url


-- 
NOTE: No off-list assistance is given without prior approval.
       Please keep mailing list traffic on the list unless
       private contact is specifically requested and granted.




More information about the Lazarus mailing list