<?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: Getting the Revision Number of your Subversion Working Copy</title>
	<atom:link href="http://www.zorched.net/2006/07/20/getting-the-revision-number-of-your-subversion-working-copy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zorched.net/2006/07/20/getting-the-revision-number-of-your-subversion-working-copy/</link>
	<description>Musings of a software developer in Milwaukee, WI.</description>
	<pubDate>Tue, 06 Jan 2009 04:09:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Geoff Lane</title>
		<link>http://www.zorched.net/2006/07/20/getting-the-revision-number-of-your-subversion-working-copy/comment-page-1/#comment-374</link>
		<dc:creator>Geoff Lane</dc:creator>
		<pubDate>Sun, 24 Sep 2006 18:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/07/20/getting-the-revision-number-of-your-subversion-working-copy/#comment-374</guid>
		<description>Grant,
Thanks for the extra information. We were actually using this trick in our deployment script so that we could insert the revision number into our application so that it would be available for QA and help desk people.</description>
		<content:encoded><![CDATA[<p>Grant,<br />
Thanks for the extra information. We were actually using this trick in our deployment script so that we could insert the revision number into our application so that it would be available for QA and help desk people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://www.zorched.net/2006/07/20/getting-the-revision-number-of-your-subversion-working-copy/comment-page-1/#comment-373</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Sun, 24 Sep 2006 17:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.zorched.net/2006/07/20/getting-the-revision-number-of-your-subversion-working-copy/#comment-373</guid>
		<description>You find out the current revision of a working directory by running 'svn info '. 

You find out whether a working copy has changes by running 'svn status '.

If you attempt to place the revision number into your application, and then commit that change, the revision will immediately be invalid. What are you trying to accomplish here?</description>
		<content:encoded><![CDATA[<p>You find out the current revision of a working directory by running &#8217;svn info &#8216;. </p>
<p>You find out whether a working copy has changes by running &#8217;svn status &#8216;.</p>
<p>If you attempt to place the revision number into your application, and then commit that change, the revision will immediately be invalid. What are you trying to accomplish here?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
