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

  1. in visual studio, on file menu, point source control , click workspaces.
  2. in manage workspaces dialog box, select computer name , click edit.
  3. in edit workspace dialog box, in working folders list, click click here enter new working folder.
  4. click ellipsis (…) button, select team project (for example myteamproject1), , click ok.
  5. click local folder cell display ellipsis button.
  6. click ellipsis button beneath local folder , browse , select local folder on development computer want locate team project; example, c:\devprojects\myteamproject1.
  7. click ok twice close edit workspace dialog box.
  8. click ok in response microsoft visual studio message box informs 1 or more working folders have changed.
  9. click close close manage workspaces dialog box.

to perform operation on team project

  1. in team explorer, expand team project node; example, myteamproject1.
  2. double-click source control beneath team project.
  3. in source control explorer, right-click root folder myteamproject1 , click latest version.
  4. 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

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -