Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 419
kshahar Avatar asked Nov 11 '08 21:11

kshahar


1 Answers

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

like image 78
David Arno Avatar answered Oct 13 '22 00:10

David Arno