Ralf Habacker wrote: > On win32 there is a really cool graphical frontend for svn available > which makes it very easy to work with svn. > For git there is no native command line or graphical client available, > only a cygwin based, which isn't a really option. So switching to git > will throw back win32 development. May I point you to the MinGW port of git? http://repo.or.cz/w/git/mingw.git It includes working versions of gitk and git-gui, which are Tcl/TK based graphical frontends around the git toolset. I use them in a production environment. -- Hannes