It appears a copy is available here:
http://www.bek.me/index.php?mid=hpsutility&m=0&l=mn&page=2&category=265774&document_srl=340088
(I think it requires a registration before allowing downloads)
Make sure to verify the integrity of the file before using it. Here are the instructions:
- http://web.archive.org/web/20090221110444/http://tortoisesvn.net/downloads (general info, download the GPG signasture here)
In case the site is down, here it is:
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)
iEYEABECAAYFAkmVzv0ACgkQNTJADUWeLT7OhwCgpzcYXOQ9jsY5F1h5b42T+fRw
AqsAoI1F7fONt2UTHeqHq7GYfnXwUHai
=/awL
-----END PGP SIGNATURE-----
- check the signature, the instructions are here: http://web.archive.org/web/20090303215626/http://tortoisesvn.net/gpgverify
(I copy them here as the site is often overloaded)
Verifying the installer
Since the TortoiseSVN msi installer files are hosted on many SourceForge mirrors, we can't guarantee that they are not modified or corrupted when you download them.
Msi itself can detect if an installer file is corrupted and will show you an error. But if you want to make sure that the msi you've downloaded is in fact the very same as the one we've released, you can use our GPG signatures. The signature files are linked on the download page and are hosted on our own server.
To verify the msi, follow these steps:
Download the GPG package from http://www.gnupg.org/ (go to "Download", scroll down to "Binaries" where you can find a binary for Windows)
Install GnuPG
Download the signature files for the TortoiseSVN msi file from our Downloads page
Download my (Stefan Küng, lead developer) public GPG key from here ( http://web.archive.org/web/20090303215542/http://tortoisesvn.net/files/tortoisesvn%20%280x459E2D3E%29%20pub.asc )
put all files (TortoiseSVN msi installer, signature and key file) in the same directory
change to the directory where you have those files (using cd c:\path\to\that\directory)
Open a console window
import my public key (you only have to do this once, not every time you upgrade TortoiseSVN):
$ c:\program files\GNU\GnuPG\gpg.exe --import "tortoisesvn (0x459E2D3E) pub.asc"
Make sure that the key file is in the directory where your console window points to.
Now verify the msi file:
$ c:\program files\GNU\GnuPG\gpg.exe --verify TortoiseSVN-1.5.0....msi.asc
You might get a warning that the key is not signed. You're of course free to sign my key :)
Regards,
David Balažic
Software Engineer
www.comtrade.com
> -----Original Message-----
> From: Stefan Cox [mailto:stefan.cox_at_alps-europe.com]
> Sent: Monday, June 04, 2012 10:07 AM
> To: users_at_tortoisesvn.tigris.org
> Subject: TortoiseSVN-1.5.8.15348 x64 needed!
> Importance: Low
>
> Dear community,
>
> can somebody provide me with an installer for
> TortoiseSVN-1.5.8.15348 x64? I can't find it on sourceforge
> and I googled extensively for it without any luck.
> Unfortunately it is the only version we are currently allowed
> to work with and our dev team can only provide the 32bit version.
> Thanks in advance!
>
> regards
>
> Stefan
>
> ------------------------------------------------------
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061
> &dsMessageId=2968733
>
> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe_at_tortoisesvn.tigris.org].
>
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2968811
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-06-04 15:41:45 CEST