kshahar
kshahar

Reputation: 10513

Which distributed version control system has the best GUI front-ends for Windows?

At my workplace we are using CVS as the version control system. Since we are using Windows mostly, TortoiseCVS and WinCVS serve as the GUI front-ends to CVS.

Is there anything like those front-ends for one of the distributed VCS (bzr, hg, git)? I know we could use the command line but that is not an option.

I've already tried Bazaar and was disappointed by TortoiseBzr.

Upvotes: 4

Views: 2642

Answers (5)

Bastian
Bastian

Reputation:

Mercurial has the best support when it comes to DVCS. There's TortoiseHg for integration with Explorer and Nautilus (Linux) and there are two Eclipse plug-ins (MercurialEclipse and Merclipse) that work. The former offers nearly everything Mercurial offers, including Rebase, Push, Pull, graphical history, workspace synchronization etc.

Upvotes: 1

kshahar
kshahar

Reputation: 10513

Mercurial seems to have the best GUI tools for Windows at the moment, but CVS or SVN GUI tools seem to be better, I hope this would change in the future.

Upvotes: 1

hendrixski
hendrixski

Reputation: 1154

I like bzr, but have not used the tortoise plugin; I believe Canonical are working on some front-ends for it as well. Oh, and of course there's an Eclipse plugin, so you can use your IDE as the GUI for it.

Upvotes: 0

basszero
basszero

Reputation: 30014

Mercurial

TortoiseHG for shell and MercurialEclipse

Upvotes: 1

David Arno
David Arno

Reputation: 43254

Try Mercurial. It has a tortoise shell plugin and integrates with Eclipse.

Upvotes: 5

Related Questions