Luke
Luke

Reputation: 18953

Windows software to browse SVN repository that isn't TortoiseSVN?

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?

Upvotes: 4

Views: 604

Answers (6)

user181261
user181261

Reputation:

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

Upvotes: 1

Wim Coenen
Wim Coenen

Reputation: 66723

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.

Upvotes: 1

i_am_jorf
i_am_jorf

Reputation: 54600

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.

Upvotes: 0

gareth_bowles
gareth_bowles

Reputation: 21130

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.

Upvotes: 0

Ryu
Ryu

Reputation: 8739

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.

Upvotes: 1

D'Arcy Rittich
D'Arcy Rittich

Reputation: 171391

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?

Upvotes: 1

Related Questions