<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>james young &#187; teamfoundationserver</title>
	<atom:link href="http://psyjinx.com/jyoung/tag/teamfoundationserver/feed/" rel="self" type="application/rss+xml" />
	<link>http://psyjinx.com/jyoung</link>
	<description>web application developer</description>
	<lastBuildDate>Sun, 15 Aug 2010 14:31:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Using TFS CLI on Mac/Linux</title>
		<link>http://psyjinx.com/jyoung/2010/08/using-tfs-cli-on-maclinux/</link>
		<comments>http://psyjinx.com/jyoung/2010/08/using-tfs-cli-on-maclinux/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 14:21:54 +0000</pubDate>
		<dc:creator>James Young</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[teamfoundationserver]]></category>
		<category><![CDATA[tfs]]></category>

		<guid isPermaLink="false">http://psyjinx.com/jyoung/?p=260</guid>
		<description><![CDATA[<p>1. Get the tf software from here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&#038;FamilyID=af1f5168-c0f7-47c6-be7a-2a83a6c02e57
get TEE-CLC-10.0.0.zip</p>
<p>2. unzip it, throw it anywhere and setup an alias to tf. I tried throwing it in usr/bin and adding it to my $PATH, but for whatever reason it gave an error on finding the lib folder, so I just threw it in /Applications and put alias [...]]]></description>
			<content:encoded><![CDATA[<p>1. Get the tf software from here: <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&#038;FamilyID=af1f5168-c0f7-47c6-be7a-2a83a6c02e57">http://www.microsoft.com/downloads/details.aspx?displaylang=en&#038;FamilyID=af1f5168-c0f7-47c6-be7a-2a83a6c02e57</a><br />
get TEE-CLC-10.0.0.zip</p>
<p>2. unzip it, throw it anywhere and setup an alias to tf. I tried throwing it in usr/bin and adding it to my $PATH, but for whatever reason it gave an error on finding the lib folder, so I just threw it in /Applications and put alias tf=&#8217;/Applications/TEE_CLC-10.0.0/tf&#8217; in my bash profile</p>
<p>3. Agree to the EULA</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ tf eula</pre></div></div>

<p>4. Get a trial product key</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ tf productkey <span style="color: #660033;">-trial</span></pre></div></div>

<p>5. Create a profile- This is creating a profile named &#8220;jy&#8221;.  Supply your own tfs-server, username, and domain.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ tf profile <span style="color: #660033;">-new</span> -string:<span style="color: #007800;">serverUrl</span>=<span style="color: #7a0874; font-weight: bold;">&#91;</span>http:<span style="color: #000000; font-weight: bold;">//</span>tfs-server:<span style="color: #000000;">8080</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> -string:<span style="color: #007800;">userName</span>=<span style="color: #7a0874; font-weight: bold;">&#91;</span>username<span style="color: #7a0874; font-weight: bold;">&#93;</span> -string:<span style="color: #007800;">userDomain</span>=<span style="color: #7a0874; font-weight: bold;">&#91;</span>domain<span style="color: #7a0874; font-weight: bold;">&#93;</span> -boolean:<span style="color: #007800;">acceptUntrustedCertificates</span>=<span style="color: #c20cb9; font-weight: bold;">true</span> jy</pre></div></div>

<p>6. View the profile &#8211; just to make sure everything is right</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ tf profiles -format:detailed</pre></div></div>

<p>7. View workspaces (to see if there is one on the computer you are using)</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ tf -server:<span style="color: #7a0874; font-weight: bold;">&#91;</span>http:<span style="color: #000000; font-weight: bold;">//</span>tfs-server:<span style="color: #000000;">8080</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> workspaces -format:detailed</pre></div></div>

<p>8. Create a workspace &#8211; This is creating a workspace named &#8220;ws1&#8243;</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ tf workspace <span style="color: #660033;">-new</span> -computer:<span style="color: #7a0874; font-weight: bold;">&#91;</span>mycomputer<span style="color: #7a0874; font-weight: bold;">&#93;</span> -collection:<span style="color: #7a0874; font-weight: bold;">&#91;</span>http:<span style="color: #000000; font-weight: bold;">//</span>tfs-server:<span style="color: #000000;">8080</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> ws1</pre></div></div>

<p>9. Map a local folder to a server folder (create and go to your desired local working folder)</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ tf -profile:jy workfold <span style="color: #660033;">-map</span> -workspace:ws1 $<span style="color: #000000; font-weight: bold;">/</span>server-path .</pre></div></div>

<p>10. Get latest</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ tf -profile:jy get <span style="color: #660033;">-r</span> $<span style="color: #000000; font-weight: bold;">/</span>path</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://psyjinx.com/jyoung/2010/08/using-tfs-cli-on-maclinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use BeyondCompare as default Diff in Visual Studio with Team Foundation Server</title>
		<link>http://psyjinx.com/jyoung/2010/03/use-beyondcompare-as-default-diff-in-visual-studio-with-team-foundation-server/</link>
		<comments>http://psyjinx.com/jyoung/2010/03/use-beyondcompare-as-default-diff-in-visual-studio-with-team-foundation-server/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 18:55:39 +0000</pubDate>
		<dc:creator>James Young</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[beyondcompare]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[teamfoundationserver]]></category>
		<category><![CDATA[tfs]]></category>
		<category><![CDATA[visualstudio2008]]></category>

		<guid isPermaLink="false">http://psyjinx.com/jyoung/?p=258</guid>
		<description><![CDATA[<p>http://www.scootersoftware.com/support.php?c=kb_vcs.php</p>
<p>   1. In Visual Studio Choose Options from the Tools menu.
   2. Expand Source Control in the treeview.
   3. Click Visual Studio Team Foundation Server in the treeview.
   4. Click the Configure User Tools button.
   5. Click the Add button.
   6. Enter &#8220;.*&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>http://www.scootersoftware.com/support.php?c=kb_vcs.php</p>
<p>   1. In Visual Studio Choose Options from the Tools menu.<br />
   2. Expand Source Control in the treeview.<br />
   3. Click Visual Studio Team Foundation Server in the treeview.<br />
   4. Click the Configure User Tools button.<br />
   5. Click the Add button.<br />
   6. Enter &#8220;.*&#8221; in the Extension edit.<br />
   7. Choose Compare in the Operation combobox.<br />
   8. Enter the path to BComp.exe in the Command edit.<br />
   9. In the Arguments edit, use:<br />
      %1 %2 /title1=%6 /title2=%7 </p>
]]></content:encoded>
			<wfw:commentRss>http://psyjinx.com/jyoung/2010/03/use-beyondcompare-as-default-diff-in-visual-studio-with-team-foundation-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
