<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Get Subversion revision information into your source code files</title>
	<link>http://www.blendedtechnologies.com/get-subversion-revision-information-into-your-source-code-files/37</link>
	<description>Established January 2005</description>
	<pubDate>Tue, 14 Oct 2008 00:08:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>

	<item>
		<title>by: Administrator</title>
		<link>http://www.blendedtechnologies.com/get-subversion-revision-information-into-your-source-code-files/37#comment-21</link>
		<pubDate>Wed, 21 Sep 2005 14:23:34 +0000</pubDate>
		<guid>http://www.blendedtechnologies.com/get-subversion-revision-information-into-your-source-code-files/37#comment-21</guid>
					<description>John, I'm glad you mentioned that.  Using the $Rev$ token is good alternative depending on your needs.  I prefer my method because it updates every file to the latest revision number.  Using the Rev keyword will only update $Rev$ in a file when it is committed.  Suppose someone sends me just one file from multi-file app I wrote, and that one file wasn't commited since revision 1.  The $Rev: 1$ in the file wouldn't really give me much information.  But if every file he had, had the latest revision number, then just from that one file, I could get the whole app from my repository and start debugging.

&quot;Interesting tip, but perhaps I’m missing something: How is this different/better/worse than setting the svn:keywords property to “Rev” for the file(s) in question, and let svn automatically expand the $Rev$ token when the file is committed?&quot;</description>
		<content:encoded><![CDATA[<p>John, I&#8217;m glad you mentioned that.  Using the $Rev$ token is good alternative depending on your needs.  I prefer my method because it updates every file to the latest revision number.  Using the Rev keyword will only update $Rev$ in a file when it is committed.  Suppose someone sends me just one file from multi-file app I wrote, and that one file wasn&#8217;t commited since revision 1.  The $Rev: 1$ in the file wouldn&#8217;t really give me much information.  But if every file he had, had the latest revision number, then just from that one file, I could get the whole app from my repository and start debugging.</p>
<p>&#8220;Interesting tip, but perhaps I’m missing something: How is this different/better/worse than setting the svn:keywords property to “Rev” for the file(s) in question, and let svn automatically expand the $Rev$ token when the file is committed?&#8221;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: John Burkhard</title>
		<link>http://www.blendedtechnologies.com/get-subversion-revision-information-into-your-source-code-files/37#comment-19</link>
		<pubDate>Wed, 21 Sep 2005 12:59:31 +0000</pubDate>
		<guid>http://www.blendedtechnologies.com/get-subversion-revision-information-into-your-source-code-files/37#comment-19</guid>
					<description>Interesting tip, but perhaps I'm missing something:  How is this different/better/worse than setting the svn:keywords property to &quot;Rev&quot; for the file(s) in question, and let svn automatically expand the $Rev$ token when the file is committed?</description>
		<content:encoded><![CDATA[<p>Interesting tip, but perhaps I&#8217;m missing something:  How is this different/better/worse than setting the svn:keywords property to &#8220;Rev&#8221; for the file(s) in question, and let svn automatically expand the $Rev$ token when the file is committed?
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
