<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Adding git commit information to your assemblies</title>
	<atom:link href="http://lostechies.com/joshuaflanagan/2010/04/08/adding-git-commit-information-to-your-assemblies/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/joshuaflanagan/2010/04/08/adding-git-commit-information-to-your-assemblies/</link>
	<description></description>
	<lastBuildDate>Thu, 14 Mar 2013 03:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Recording the git commit hash in your assembly with TeamCity &#124; Richard Dingwall</title>
		<link>http://lostechies.com/joshuaflanagan/2010/04/08/adding-git-commit-information-to-your-assemblies/#comment-273</link>
		<dc:creator>Recording the git commit hash in your assembly with TeamCity &#124; Richard Dingwall</dc:creator>
		<pubDate>Mon, 30 Apr 2012 09:22:53 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2010/04/08/adding-git-commit-information-to-your-assemblies.aspx#comment-273</guid>
		<description>[...] Josh Flanagan has an alternative approach where he finds a way to convert the git commit into an int so you can use it in the AssemblyVersion).  April 30, [...]</description>
		<content:encoded><![CDATA[<p>[...] Josh Flanagan has an alternative approach where he finds a way to convert the git commit into an int so you can use it in the AssemblyVersion).  April 30, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/joshuaflanagan/2010/04/08/adding-git-commit-information-to-your-assemblies/#comment-187</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 20 Jul 2011 12:28:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2010/04/08/adding-git-commit-information-to-your-assemblies.aspx#comment-187</guid>
		<description>It sounds like you are using an old version of the jetbrains git plugin.
Either upgrade to the latest teamcity, or seek out the &quot;community&quot; git
plugin. If you use the community plugin, you have to select the option to
check out files on the agent, which is not the default. Best option is to
upgrade.</description>
		<content:encoded><![CDATA[<p>It sounds like you are using an old version of the jetbrains git plugin.<br />
Either upgrade to the latest teamcity, or seek out the &#8220;community&#8221; git<br />
plugin. If you use the community plugin, you have to select the option to<br />
check out files on the agent, which is not the default. Best option is to<br />
upgrade.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://lostechies.com/joshuaflanagan/2010/04/08/adding-git-commit-information-to-your-assemblies/#comment-186</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 20 Jul 2011 11:23:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2010/04/08/adding-git-commit-information-to-your-assemblies.aspx#comment-186</guid>
		<description>Hi,

Nice tutorial. I&#039;m doing a similar thing by executing a git rev-parse command from within my msbuild script. Trouble is, it fails, saying &#039;not a git repository&#039; - which makes sense because TeamCity just checks out the files without creating a local repo (as far as I know). I was wondering if you encountered this and if so how you worked around it?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Nice tutorial. I&#8217;m doing a similar thing by executing a git rev-parse command from within my msbuild script. Trouble is, it fails, saying &#8216;not a git repository&#8217; &#8211; which makes sense because TeamCity just checks out the files without creating a local repo (as far as I know). I was wondering if you encountered this and if so how you worked around it?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Flanagan</title>
		<link>http://lostechies.com/joshuaflanagan/2010/04/08/adding-git-commit-information-to-your-assemblies/#comment-101</link>
		<dc:creator>Joshua Flanagan</dc:creator>
		<pubDate>Wed, 05 May 2010 14:44:45 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2010/04/08/adding-git-commit-information-to-your-assemblies.aspx#comment-101</guid>
		<description>Regarding my last comment - according to the TeamCity 5.1 release notes, the JetBrains plugin should now support this.</description>
		<content:encoded><![CDATA[<p>Regarding my last comment &#8211; according to the TeamCity 5.1 release notes, the JetBrains plugin should now support this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joshua Flanagan</title>
		<link>http://lostechies.com/joshuaflanagan/2010/04/08/adding-git-commit-information-to-your-assemblies/#comment-100</link>
		<dc:creator>Joshua Flanagan</dc:creator>
		<pubDate>Fri, 09 Apr 2010 22:36:25 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2010/04/08/adding-git-commit-information-to-your-assemblies.aspx#comment-100</guid>
		<description>You are correct. One of the changes I had to make on our TeamCity build server was to make sure we were using the community Git plugin, not the JetBrains Git plugin (both are available on teamcity.codebetter.com). I do not know which &quot;community Git plugin&quot; it is, as I do not manage that server.
My best guess is that it is this one:
http://github.com/chrisortman/git-teamcity
based on reading this post which refers to it: http://teamcitydev.blogspot.com/2009/04/teamcity-git-support-from-jetbrains.html</description>
		<content:encoded><![CDATA[<p>You are correct. One of the changes I had to make on our TeamCity build server was to make sure we were using the community Git plugin, not the JetBrains Git plugin (both are available on teamcity.codebetter.com). I do not know which &#8220;community Git plugin&#8221; it is, as I do not manage that server.<br />
My best guess is that it is this one:<br />
<a href="http://github.com/chrisortman/git-teamcity" rel="nofollow">http://github.com/chrisortman/git-teamcity</a><br />
based on reading this post which refers to it: <a href="http://teamcitydev.blogspot.com/2009/04/teamcity-git-support-from-jetbrains.html" rel="nofollow">http://teamcitydev.blogspot.com/2009/04/teamcity-git-support-from-jetbrains.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Łukasz Podolak</title>
		<link>http://lostechies.com/joshuaflanagan/2010/04/08/adding-git-commit-information-to-your-assemblies/#comment-99</link>
		<dc:creator>Łukasz Podolak</dc:creator>
		<pubDate>Fri, 09 Apr 2010 22:04:03 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2010/04/08/adding-git-commit-information-to-your-assemblies.aspx#comment-99</guid>
		<description>Afaik, the default git plugin for teamcity doesn&#039;t support agent-side checkout - only server-side is currently supported. What that means, is that the .git folder is not included in the downloaded files to the agent. So how do you run your git commands under teamcity build process ? Do you use custom git plugin for TeamCity ? If so, which one ?
cheers</description>
		<content:encoded><![CDATA[<p>Afaik, the default git plugin for teamcity doesn&#8217;t support agent-side checkout &#8211; only server-side is currently supported. What that means, is that the .git folder is not included in the downloaded files to the agent. So how do you run your git commands under teamcity build process ? Do you use custom git plugin for TeamCity ? If so, which one ?<br />
cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>
