Reputation: 170733
When installing TortoiseHg on Windows x64, I have an option to install both x86 and x64 shell extensions, which is useful, as my favorite Windows Explorer replacement is 32-bit. But there is no such options for TortoiseGit or TortoiseSVN, so working with them requires opening Explorer windows.
I know it's possible to install 32 and 64-bit versions of TortoiseSVN side by side, but:
Is there a way to share settings between them?
Does the same apply to TortoiseGit?
Upvotes: 4
Views: 5032
Reputation: 7759
I had some problems with TortoiseGit and TortoiseSVN. Context menu and overlay icons weren't shown in Total Commander 32bit on Windows 7 64bit. I solved my problem this way:
TortoiseGit
TortoiseSVN
Upvotes: 2
Reputation: 16875
There is a 64-bit Total Commander 8 beta version which solved this problem for me.
Upvotes: 1
Reputation: 15525
I have the same context (Windows 7, 64 bit, using TotalCommander as a 32 bit application), and it works like that for me:
x64 > TortoiseSVN
.c:\Users\mliebelt\AppData\Roaming\Subversion\
.So it works (mostly) for me. The drawbacks are:
PS: I use only TortoiseGit in the 64bit version, but use mostly the shell command git
.
Upvotes: 1