<?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>Tech Notes &#187; keyword</title>
	<atom:link href="http://www.ryannitz.org/tech-notes/tag/keyword/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryannitz.org/tech-notes</link>
	<description>Miscellaneous technology examples and notes</description>
	<lastBuildDate>Sun, 03 Apr 2011 16:48:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<image>
  <link>http://www.ryannitz.org/tech-notes</link>
  <url>http://ryan-nitz/favicon.ico</url>
  <title>Tech Notes</title>
</image>
		<item>
		<title>Enable SVN Keyword Properties</title>
		<link>http://www.ryannitz.org/tech-notes/2008/06/15/enable-svn-keyword-properties/</link>
		<comments>http://www.ryannitz.org/tech-notes/2008/06/15/enable-svn-keyword-properties/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 18:26:33 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Config]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://leisuremech.com/?p=11</guid>
		<description><![CDATA[If you would like SVN to replace keywords and it&#8217;s not enabled by default then execute: svn propset svn:keywords Id FILE_NAME E.g., svn propset svn:keywords Id Test.java In your source file you need to add: &#8220;$Id&#8221;. E.g. /** * Test class. * @author John Smith * @version $Id$ */ public class Test { After you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ryannitz.org/tech-notes/wp-content/uploads/2008/06/subversion_logo_hor-468x64.png"><img class="alignnone size-medium wp-image-17" title="subversion_logo_hor-468x64" src="http://www.ryannitz.org/wp-content/uploads/2008/06/subversion_logo_hor-468x64-300x41.png" alt="" width="300" height="41" /></a></p>
<p>If you would like SVN to replace keywords and it&#8217;s not enabled by default then execute:</p>
<p>svn propset svn:keywords Id FILE_NAME</p>
<p>E.g.,</p>
<p>svn propset svn:keywords Id Test.java</p>
<p>In your source file you need to add: &#8220;$Id&#8221;.</p>
<p>E.g.</p>
<pre>/**
* Test class.
* @author John Smith
* @version $Id$
*/
public class Test {</pre>
<p>After you commit the file, it will look something like:</p>
<pre>/**
* Test class.
* @author John Smith
* @version $Id: build.xml 10 2008-06-15 18:12:42Z john $
*/
public class Test {</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ryannitz.org/tech-notes/2008/06/15/enable-svn-keyword-properties/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

