Ryan Peters
Ryan Peters

Reputation: 7708

Updating VS TFS 2010 file that is NOT in a project?

In our source control, we have a dependencies folder. It is not part of any project, but shared by a few. I have to update a couple files in there, but not sure how to go about updating these files and adding check-in notes.

How can I do this? Thanks.

EDIT: I should mention. These are DLLs, so it's not like I can edit them directly.

Upvotes: 2

Views: 153

Answers (2)

John Saunders
John Saunders

Reputation: 161773

  1. Go to Team Explorer
  2. Open the Team Project
  3. Double-click the "Source Control" node

This will display the Source Control Explorer, which will let you check out and check back in.

Upvotes: 1

Jess
Jess

Reputation: 3049

You can manually check out the files, then edit them in your favorite editor, and manually check them back in.

Upvotes: 1

Related Questions