PDA

View Full Version : Changing users for TeamFoundation


jlemieu1
01-11-2006, 02:45 PM
Hello,

I was wondering if anyone has figured out a way to change the user in a "Team Foundation" step for a "get" action in Visual Build 6.0?

Thank you for any help.

jlemieu1
01-11-2006, 05:13 PM
Here is the output window information.

--------------------Starting Build: 'Test.bld'--------------------
Building project step 'TeamFoundation Test'...
"C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\tf.exe" Get /force /recursive /user "Testdom\tftestid"
Unrecognized command option 'user'.

Process completed with exit code 100
Step 'TeamFoundation Test' failed
Build ended.

jlemieu1
01-11-2006, 05:17 PM
Or this is for login

--------------------Starting Build: 'Test.bld'--------------------
Building project step 'TeamFoundation Test'...
"C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\tf.exe" Get /force /recursive /login:testdom\tftestid
TF30063: You are not authorized to access http://slc-test:8080/ .

Process completed with exit code 100
Step 'TeamFoundation Test'failed

Thank you for yourt help.

kinook
01-11-2006, 06:07 PM
I believe /login [1] is the way to go. From the look of your last attempt, it did accept the /login flag but didn't like the permissions. You may want to post your command and error message on the MSDN forums [2].

[1] http://msdn2.microsoft.com/library/4y2ash30(en-US,VS.80).aspx

[2] http://forums.microsoft.com/MSDN/ShowForum.aspx?ForumID=22&SiteID=1