views:

30

answers:

1

hi all,

I have installed TFS on my local dev machine and I want to "version control" my small project using TFS. However I have having trouble configuring TFS on my machine to get started. Can you please point me to some basic , starter internet resources for installing, configuring TFS.

Thanks

+1  A: 

For a small project, and for running on your machine, Git or Subversion seem to be much better choices.

AlexKuznetsov
But I want to use Team Foundation server
dotnet-practitioner