<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Say wwhhhaaaat? - All Comments</title><link>http://blogs.msdn.com/b/patcarna/</link><description>Visual Studio Team Foundation Server Build - North Carolina</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: TFS 2010 - An Introduction to Gated Check-in</title><link>http://blogs.msdn.com/b/patcarna/archive/2009/06/29/an-introduction-to-gated-check-in.aspx#10389948</link><pubDate>Thu, 31 Jan 2013 15:10:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10389948</guid><dc:creator>Shaun</dc:creator><description>&lt;p&gt;Keith: &amp;nbsp;We encountered the same problem. IT is because you are using the old tfsbuild.proj for your builds instead of the 2010 workflow way. &amp;nbsp;No worries, all you have to do is add the &amp;lt;SkipLabel&amp;gt;true&amp;lt;/SkipLabel&amp;gt; into each tfsbuild.proj file that you have gated enabled on and this will fix your issue when doing a gated checkin with added files.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10389948" width="1" height="1"&gt;</description></item><item><title>re: TFS 2010 - An Introduction to Gated Check-in</title><link>http://blogs.msdn.com/b/patcarna/archive/2009/06/29/an-introduction-to-gated-check-in.aspx#10384251</link><pubDate>Fri, 11 Jan 2013 15:02:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10384251</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Having now used tfs 2010 for 2 months I can honestly say it is the worst code repository system on the planet. &lt;/p&gt;
&lt;p&gt;Why, or why or why, would anyone want to have their changes shelved on the build machine when a build fails. In what use case could this possibly meet. It is purely there because tfs is an upgrade from source safe which doesnt allow multiple people working on the same file.&lt;/p&gt;
&lt;p&gt;I love microsoft products, and ive built my career around them. I wish they would get with it on source control too.&lt;/p&gt;
&lt;p&gt;TFS 2012 is a bit better but not much, when you compare with mercurial or git.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10384251" width="1" height="1"&gt;</description></item><item><title>re: TFS 2010 - An Introduction to Gated Check-in</title><link>http://blogs.msdn.com/b/patcarna/archive/2009/06/29/an-introduction-to-gated-check-in.aspx#10379495</link><pubDate>Wed, 19 Dec 2012 17:38:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10379495</guid><dc:creator>Keith</dc:creator><description>&lt;p&gt;Gated checkin in TFS 2010 doesn&amp;#39;t seem to work when you add new files. I converted an old VS 2008 sln to VS 2010 format and an number of new vcxproj files were added for my C++ projects. &amp;nbsp;The gated build failed saying it couldn&amp;#39;t apply a label to foo.vcxproj because it hasn&amp;#39;t been checked in. &amp;nbsp;Now, isn&amp;#39;t that a bit of a chicken &amp;amp; egg problem? &amp;nbsp;I can&amp;#39;t check it in until the gated build passes and the gated build won&amp;#39;t pass until I check it in. &amp;nbsp;Great idea but doesn&amp;#39;t seem fully baked yet.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10379495" width="1" height="1"&gt;</description></item><item><title>re: TFS 2010 – Customizing Build Information (Part 1)</title><link>http://blogs.msdn.com/b/patcarna/archive/2009/11/17/tfs-2010-customizing-build-information.aspx#10346794</link><pubDate>Thu, 06 Sep 2012 04:25:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10346794</guid><dc:creator>jame</dc:creator><description>&lt;p&gt;good&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10346794" width="1" height="1"&gt;</description></item><item><title>re: TFS 2010 - An Introduction to Gated Check-in</title><link>http://blogs.msdn.com/b/patcarna/archive/2009/06/29/an-introduction-to-gated-check-in.aspx#10260267</link><pubDate>Tue, 24 Jan 2012 21:05:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10260267</guid><dc:creator>Arun.Sangal</dc:creator><description>&lt;p&gt;OK. Here&amp;#39;s what I need. Can you assist, thanks.&lt;/p&gt;
&lt;p&gt;1. Our BD(Build definition) is: CID_Build, it&amp;#39;s trigger is set to Gated checkins.&lt;/p&gt;
&lt;p&gt;2. Developers committed changed, got the window about shelveset, so s/he launched the build (gated way) &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;due to trigger set in BD.&lt;/p&gt;
&lt;p&gt;3. Now, lets say, &amp;quot;due to&amp;quot; TFS application/services/build server issue related to memory/disk space if a build &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;fails (i.e. build didn&amp;#39;t fail due to a bad source code by the developer), then, IS there any auto way to run that &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;same build again i.e. if someone resolves the disk space/network/memory issue on TFS App/Build &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;server/etc, then that developers changes should be checked in (and for this we need a fresh build which &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;failed earlier).&lt;/p&gt;
&lt;p&gt;- Is there any setting in Team Explorer that does this?&lt;/p&gt;
&lt;p&gt;- Is there any configuration file/setting I can do to make this happen.&lt;/p&gt;
&lt;p&gt;- We dont want the developer to come next day and tell us that the his/her changes didn&amp;#39;t go to TFS repository &lt;/p&gt;
&lt;p&gt; &amp;nbsp;because the build failed to a NON-Developer issue.&lt;/p&gt;
&lt;p&gt;Any insights will be appreciated.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Arun Sangal&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10260267" width="1" height="1"&gt;</description></item><item><title>re: Windows Workflow 4.0 – Workflow Instance Extensions</title><link>http://blogs.msdn.com/b/patcarna/archive/2010/01/19/windows-workflow-4-0-workflow-instance-extensions.aspx#10243480</link><pubDate>Thu, 01 Dec 2011 20:06:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10243480</guid><dc:creator>Patrick Carnahan</dc:creator><description>&lt;p&gt;Once we finally wrap up development I should be able to devote more attention back to the blog. I should be able to post a follow-up for this article within the next month or two, depending on how busy we remain. Thanks for your interest and I hope you continue to read!&lt;/p&gt;
&lt;p&gt;Patrick&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10243480" width="1" height="1"&gt;</description></item><item><title>re: Windows Workflow 4.0 – Workflow Instance Extensions</title><link>http://blogs.msdn.com/b/patcarna/archive/2010/01/19/windows-workflow-4-0-workflow-instance-extensions.aspx#10242765</link><pubDate>Wed, 30 Nov 2011 09:22:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10242765</guid><dc:creator>Jimit</dc:creator><description>&lt;p&gt;Any word on the follow-up article for this series?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10242765" width="1" height="1"&gt;</description></item><item><title>re: TFS 2010 - An Introduction to Gated Check-in</title><link>http://blogs.msdn.com/b/patcarna/archive/2009/06/29/an-introduction-to-gated-check-in.aspx#10241862</link><pubDate>Mon, 28 Nov 2011 05:26:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10241862</guid><dc:creator>Patrick Carnahan</dc:creator><description>&lt;p&gt;@Yaworm&lt;/p&gt;
&lt;p&gt;If you are using TFS 2010 then it is built into the product. It&amp;#39;s a simple configuration option when editing the build definition.&lt;/p&gt;
&lt;p&gt;Patrick&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10241862" width="1" height="1"&gt;</description></item><item><title>re: TFS 2010 - An Introduction to Gated Check-in</title><link>http://blogs.msdn.com/b/patcarna/archive/2009/06/29/an-introduction-to-gated-check-in.aspx#10241464</link><pubDate>Fri, 25 Nov 2011 08:55:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10241464</guid><dc:creator>Tanmoy</dc:creator><description>&lt;p&gt;@Yaword&lt;/p&gt;
&lt;p&gt;I have set up gated check in into our server and did not have to use any special database or anything special for it.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10241464" width="1" height="1"&gt;</description></item><item><title>re: TFS 2010 - An Introduction to Gated Check-in</title><link>http://blogs.msdn.com/b/patcarna/archive/2009/06/29/an-introduction-to-gated-check-in.aspx#10238167</link><pubDate>Thu, 17 Nov 2011 15:44:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10238167</guid><dc:creator>Yaworm</dc:creator><description>&lt;p&gt;Our TFS administrators have a build set up for Continuous Integration. &amp;nbsp;I&amp;#39;ve been begging them to switch it to Gated Check-in, but they insist that doing so would require them to set up some kind of specialized database and they don&amp;#39;t have time to do that. &amp;nbsp;I haven&amp;#39;t been able to find any discussions on-line that support their claim. &amp;nbsp;Are they lying to me?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10238167" width="1" height="1"&gt;</description></item></channel></rss>