I am currently using Subversion as my version control system, mainly because I found ANkhSVN to be pretty well integrated into Visual Studio.
But many people seem to be using Git or Mercurial and others with great success.
Now I'm wondering how to use a system like Git without any IDE integration.
Going to the command line to control the source seems to me very inconvenient, too much trouble.
Update: this caused quite some discussion.
I just wanted to know how your workflow works, I know how to learn and use command line tools. They simply did not feel comfortable due to things like renaming / adding files. I will stick with AnkhSVN as my optional svn client in Visual Studio and use TortoiseSVN for files outside of VS. Anyway, thanks for your answers!
source
share