NJLangley / csharptest-net

Automatically exported from code.google.com/p/csharptest-net
0 stars 0 forks source link

64bit #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install TortoiseSVN 64bit client
2. install JiraSVN bia installer
3. check that this does not work: issue tracking plugin not listed

I guess this is because the provided installer is 32bit and this does not 
work with 64bit versions. This should at least be documented, yet better 
would be to provide a 64bit version of the plugin as well.

Original issue reported on code.google.com by deathwil...@gmail.com on 20 Nov 2009 at 8:45

GoogleCodeExporter commented 8 years ago
Your correct in that 64-bit will not work.  TortoiseSVN integration is done via 
using a 
COM interface implementation.  This is not available in 64-bit.  As soon as 
they 
provide a 64-bit integration api I will look at integration.  Until then you 
have to 
run TortoiseSVN under 32-bit mode to work.

You are correct in that the documentation omitted this information and I'll get 
that 
corrected.

Original comment by Grig...@gmail.com on 21 Nov 2009 at 4:40

GoogleCodeExporter commented 8 years ago
edit: another problem: there seems to be no uninstaller for the client, I had 
to 
remove all registry entries myself..

anyway, I'm not too familiar with installers, but I got around this issue by 
taking 
the installation routines from the Gurtle plugin and adapting them for use with 
JiraSvn. Works great, and JiraSVN is and updatable/uninstallable too now. Let 
me 
know should you be interested in the code.

Original comment by deathwil...@gmail.com on 21 Nov 2009 at 4:41

GoogleCodeExporter commented 8 years ago
Always glad to have contributions... you can send this to the gmail account 
'grigand' 
and I'll take a look.

Thanks,

-- Roger

Original comment by Grig...@gmail.com on 23 Nov 2009 at 9:33