user1108948
user1108948

Reputation:

Multiple folders in TFS

Originally I have a windows form project in my local machine, the codes are under the root. The code repository is TFS 2010. Now I put the codes into different folders(N-Tier).

I want to check and back in the codes to TFS. Should I delete the originally structure and remap it?

Upvotes: 2

Views: 146

Answers (1)

Dylan Smith
Dylan Smith

Reputation: 22245

The proper way is to do a Move operation from within Source Control Explorer to Move/Rename folders. This way you ensure that TFS handles the move properly and preserves history.

Otherwise you can just do a delete of the old folders, and Adds on the new folders/files. However, I would try to avoid this as you'll lose history.

Upvotes: 1

Related Questions