views:

201

answers:

6

Because of an unfortunate Windows limitation (no more than 16 icon overlays in Windows Explorer) TortoiseSVN is not a viable client for me on computers with the TFS shell extension installed. I've spent some time browsing wikipedia page, but there is a lot of crap on that list. QSvn was close but doesn't let you browse before doing a checkout. SmartSVN is pretty good but expensive ($79 single user). Anyone know of a standalone (not ide/shell integrated) GUI SVN client for Windows?

+1  A: 

IIRC, with TortoiseSVN, browsing a repository does not use the overlays, they are only used for your working copy to indicate status.

Is the problem really with browsing?

RedFilter
It should also be possible to turn the Icon overlays off in Tortoise Subversion - disable them for all drive types in the settings. Mind you, I did just try this myself, and the overlays were still displayed - maybe a reboot-needed issue or something.
Steve314
Can I turn off the part where it decides it needs to be loaded into every IE process?
jeffamaphone
@jeff: do you mean the icon overlays or the right-click context menu? I believe the answer is yes to both.
RedFilter
+1  A: 

I like RapidSVN for browsing and managing repositories. It has the advantage of also being cross platform.

It meets your requirements of not being ide/shell integrated.

Ryu
A: 

If you only need browsing, I'd recommend just going with a Web based tool for ease of maintenance. If you host your repository on Apache already, the default Web access that you get by just browsing to your repository URL is OK; for added features, ViewVC is pretty good.

gareth_bowles
A: 

WebSVN is the best way to just browse. Works on every platform and from any location. I highly recommend using that instead of some local client.

jeffamaphone
+1  A: 

Just disable the TortoiseSVN icon overlays in the settings (Status Cache = None). You can use the "check modifications" or commit dialog instead to examine the status of your working copy.

In my experience (on windows XP) the icon overlays are not desirable anyway because they are either unreliable (because updated with low priority) or they slow down explorer.

Wim Coenen
+1  A: 

You could also use Ankhsvn (http://ankhsvn.open.collab.net/) if you are using Visual Studio. Works like a charm!

Freddy