tfs2010 - working on TFS 2010 -
hey guys, using tfs 2010, have uploaded content on tfs server, dont have clue how download content tfs server local system can check out , check in once have done editing
any 1 know how that.. please reply...
i need step same.
thanks , regards abbas electricwala
you need setup local workspace (if there isn't 1 already) , map project local working directory. step 1 of msdn article:
you can create workspace mapping in 1 of 2 ways:
* set workspace mapping explicitly * perform operation on team project.
to set workspace mapping explicitly
- in visual studio, on file menu, point source control , click workspaces.
- in manage workspaces dialog box, select computer name , click edit.
- in edit workspace dialog box, in working folders list, click click here enter new working folder.
- click ellipsis (…) button, select team project (for example myteamproject1), , click ok.
- click local folder cell display ellipsis button.
- click ellipsis button beneath local folder , browse , select local folder on development computer want locate team project; example, c:\devprojects\myteamproject1.
- click ok twice close edit workspace dialog box.
- click ok in response microsoft visual studio message box informs 1 or more working folders have changed.
- click close close manage workspaces dialog box.
to perform operation on team project
- in team explorer, expand team project node; example, myteamproject1.
- double-click source control beneath team project.
- in source control explorer, right-click root folder myteamproject1 , click latest version.
- in browse folder dialog box, select local path (for example, c:\devprojects\myteamproject1) , click ok. maps team project root folder within tfs local path on computer.
Comments
Post a Comment