<?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>kb.hurricane-ridge.com &#187; cvs</title>
	<atom:link href="http://kb.hurricane-ridge.com/tag/cvs/feed" rel="self" type="application/rss+xml" />
	<link>http://kb.hurricane-ridge.com</link>
	<description>My personal - but public - knowledge base</description>
	<lastBuildDate>Mon, 09 Jan 2012 14:49:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CVSROOT Environment Variable for CVS-over-SSH</title>
		<link>http://kb.hurricane-ridge.com/applications/cvsroot-environment-variable-for-cvs-over-ssh</link>
		<comments>http://kb.hurricane-ridge.com/applications/cvsroot-environment-variable-for-cvs-over-ssh#comments</comments>
		<pubDate>Thu, 15 Jan 2009 22:09:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[cvs]]></category>
		<category><![CDATA[openssh]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=151</guid>
		<description><![CDATA[When using CVS-over-SSH, set the CVSROOT environment variable as follows: :ext:username@remotemachine:/full/path/to/cvsroot You may wish to use SSH public key authentication and ssh-agent to avoid having to enter your password on the remote machine repeatedly.]]></description>
			<content:encoded><![CDATA[<p>When using CVS-over-SSH, set the CVSROOT environment variable as follows:</p>
<p><code>:ext:username@remotemachine:/full/path/to/cvsroot<br />
</code></p>
<p>You may wish to use SSH public key authentication and ssh-agent to avoid having to enter your password on the remote machine repeatedly.</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/applications/cvsroot-environment-variable-for-cvs-over-ssh/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate a Patch File from CVS</title>
		<link>http://kb.hurricane-ridge.com/applications/generate-a-patch-file-from-cvs</link>
		<comments>http://kb.hurricane-ridge.com/applications/generate-a-patch-file-from-cvs#comments</comments>
		<pubDate>Thu, 15 Jan 2009 22:06:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[cvs]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=149</guid>
		<description><![CDATA[To generate a patch against CVS to your current sandbox: cvs diff -uw To generate a patch against a tagged revision (PROD_2005031101 for this example) in CVS to your current sandbox: cvs diff -uw -r PROD_2005031101]]></description>
			<content:encoded><![CDATA[<p>To generate a patch against CVS to your current sandbox:</p>
<p><code>cvs diff -uw</code></p>
<p>To generate a patch against a tagged revision (PROD_2005031101 for this example) in CVS to your current sandbox:</p>
<p><code>cvs diff -uw -r PROD_2005031101</code></p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/applications/generate-a-patch-file-from-cvs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apply a Symbolic Tag to All Files in a CVS Checkout</title>
		<link>http://kb.hurricane-ridge.com/applications/apply-a-symbolic-tag-to-all-files-in-a-cvs-checkout</link>
		<comments>http://kb.hurricane-ridge.com/applications/apply-a-symbolic-tag-to-all-files-in-a-cvs-checkout#comments</comments>
		<pubDate>Thu, 15 Jan 2009 22:03:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[cvs]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=147</guid>
		<description><![CDATA[To apply a symbolic CVS tag to all files in your sandbox, do the following: cvs tag PROD_2005050900 where PROD_2005050900 is the name of the symbolic tag you want to apply.]]></description>
			<content:encoded><![CDATA[<p>To apply a symbolic CVS tag to all files in your sandbox, do the following:</p>
<p><code>cvs tag PROD_2005050900</code></p>
<p>where PROD_2005050900 is the name of the symbolic tag you want to apply.</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/applications/apply-a-symbolic-tag-to-all-files-in-a-cvs-checkout/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check a Binary File into CVS</title>
		<link>http://kb.hurricane-ridge.com/applications/check-a-binary-file-into-cvs</link>
		<comments>http://kb.hurricane-ridge.com/applications/check-a-binary-file-into-cvs#comments</comments>
		<pubDate>Thu, 15 Jan 2009 21:59:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[cvs]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=142</guid>
		<description><![CDATA[Use the -kb flag: cvs add -kb getacro.gif See Version Management with CVS for more.]]></description>
			<content:encoded><![CDATA[<p>Use the -kb flag:</p>
<p><code>cvs add -kb getacro.gif</code></p>
<p>See <a href="http://www.network-theory.co.uk/docs/cvsmanual/cvs_80.html">Version Management with CVS</a> for more.</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/applications/check-a-binary-file-into-cvs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export from CVS</title>
		<link>http://kb.hurricane-ridge.com/applications/export-from-cvs</link>
		<comments>http://kb.hurricane-ridge.com/applications/export-from-cvs#comments</comments>
		<pubDate>Thu, 15 Jan 2009 21:58:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[cvs]]></category>

		<guid isPermaLink="false">http://kb.hurricane-ridge.com/?p=140</guid>
		<description><![CDATA[To export from CVS, resulting in a directory structure with no &#8220;CVS&#8221; subdirectories, use the cvs export command: cvs export -r PROD_2005100501 webproject PROD_2005100501 is the tag (a datespec following -D can also be used); webproject is the source tree to export.]]></description>
			<content:encoded><![CDATA[<p>To export from CVS, resulting in a directory structure with no &#8220;CVS&#8221; subdirectories, use the cvs export command:</p>
<p><code>cvs export -r PROD_2005100501 webproject</code></p>
<p>PROD_2005100501 is the tag (a datespec following -D can also be used); webproject is the source tree to export.</p>
]]></content:encoded>
			<wfw:commentRss>http://kb.hurricane-ridge.com/applications/export-from-cvs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

