Most of us here at work use Git.... mostly a personal choice but my vote
would go to Git..... that is not to say Hg is anything short of awesome....
either one would suit you well.

I personally use git with msysgit and posh-git in powershell (tho gitbash is
awesome as well). The best thing is to NOT integrate with VS.... Git is a
file version control system... so let it be that... and don't try to
integrate with the IDE... its pointless anyway.

file based renames work really well in Git..... git sees them as a delete
and create.... delete file with old name... create new file with new
name....



On Fri, Dec 10, 2010 at 8:10 AM, Shawn Neal <[email protected]> wrote:

> TFS and it's nanny checkout system has annoyed me for the last time, so I
> was hoping to solicit some feedback from other's who might have moved away
> from centralized revision control system to a DRCS like Git or Mercurial.
>  Our development team has experience with both Git and Hg, but for non .NET
> development.  I worry about how well these two play with Visual Studio; I
> suspect without some sort of VS integration it'll be harder to use than TFS
> especially for renames.
>
>    1. For .NET development with VS 2010, which works better, Git or Hg?
>     Why?
>    2. Do you use any source control plugins to VS?  Which one?
>    3. When moving from a centralized version control system to a
>    distributed one, what are some things to watch out for?
>
> Thanks in advance,
> -Shawn
>
> --
> You received this message because you are subscribed to the Google Groups
> "Seattle area Alt.Net" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<altnetseattle%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/altnetseattle?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Seattle area Alt.Net" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/altnetseattle?hl=en.

Reply via email to