mashta gidi
mashta gidi

Reputation: 857

TFS 2010 version control

We want to start using the TFS version control on our project. I read the tutorial and noticed that TFS creates tables in the sql db. My questions are:

  1. What are these tables for?
  2. Where is the vs solution actually stored?
  3. How can I use more then one instance of our solution from another computer (another developer)?

Upvotes: 2

Views: 206

Answers (1)

Betty
Betty

Reputation: 9189

  1. TFS stores pretty much all its data in few SQL database: source control, work items, build definitions, build results etc.

  2. In the SQL database for the Team Project Collection, specifics about which tables etc should not matter to you. Users setup a workspace which maps the directory structure in source control to a place on their local disk.

  3. I'm not sure what you're asking here, can you try clarify your question?

Upvotes: 3

Related Questions