<?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: How to import CVS code repositories into Git using `git cvsimport`</title>
	<atom:link href="http://maymay.net/blog/2008/04/15/how-to-import-cvs-code-repositories-into-git-using-git-cvsimport/feed/" rel="self" type="application/rss+xml" />
	<link>http://maymay.net/blog/2008/04/15/how-to-import-cvs-code-repositories-into-git-using-git-cvsimport/</link>
	<description>The brutally honest, first-person account of Meitar Moscovitz&#039;s life.</description>
	<lastBuildDate>Mon, 21 May 2012 09:39:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: kl</title>
		<link>http://maymay.net/blog/2008/04/15/how-to-import-cvs-code-repositories-into-git-using-git-cvsimport/comment-page-1/#comment-473518</link>
		<dc:creator>kl</dc:creator>
		<pubDate>Sun, 01 Apr 2012 13:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://maymay.net/blog/?p=425#comment-473518</guid>
		<description>It wasn&#039;t clear to me what a CVS module is. 

It turns out it&#039;s just a top-level directory name without forward slash!</description>
		<content:encoded><![CDATA[<p>It wasn&#8217;t clear to me what a <acronym title="Concurrent Versions System">CVS</acronym> module is. </p>
<p>It turns out it&#8217;s just a top-level directory name without forward slash!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro Mendes</title>
		<link>http://maymay.net/blog/2008/04/15/how-to-import-cvs-code-repositories-into-git-using-git-cvsimport/comment-page-1/#comment-333053</link>
		<dc:creator>Pedro Mendes</dc:creator>
		<pubDate>Sat, 14 May 2011 22:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://maymay.net/blog/?p=425#comment-333053</guid>
		<description>This method isn&#039;t working for me..unfortunately.
I&#039;m only able to contact the remote CVS server with the following command
  git cvsimport -v -d :pserver::@:/path/to/repo -o master path/to/module

Then I get a cvs rlog command message per folder in that module. Something like
  cvs rlog: Logging path/in/module
  cvs rlog: Logging path/in/module
  ...

It seems all paths are iterated but at the end I get an error message
  Error: log file parsing error. (3) Use -v to debug

As shown above I&#039;m using that option. And nothing is checkout from the CVS server.

Am I missing anything?</description>
		<content:encoded><![CDATA[<p>This method isn&#8217;t working for me..unfortunately.<br />
I&#8217;m only able to contact the remote <acronym title="Concurrent Versions System">CVS</acronym> server with the following command<br />
  git cvsimport -v -d :pserver::@:/path/to/repo -o master path/to/module</p>
<p>Then I get a cvs rlog command message per folder in that module. Something like<br />
  cvs rlog: Logging path/in/module<br />
  cvs rlog: Logging path/in/module<br />
  &#8230;</p>
<p>It seems all paths are iterated but at the end I get an error message<br />
  Error: log file parsing error. (3) Use -v to debug</p>
<p>As shown above I&#8217;m using that option. And nothing is checkout from the <acronym title="Concurrent Versions System">CVS</acronym> server.</p>
<p>Am I missing anything?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 聚对网络 &#124; Linux 下 Git-1.7.3.5 安装、使用和 cvsimport, cvs2git</title>
		<link>http://maymay.net/blog/2008/04/15/how-to-import-cvs-code-repositories-into-git-using-git-cvsimport/comment-page-1/#comment-284214</link>
		<dc:creator>聚对网络 &#124; Linux 下 Git-1.7.3.5 安装、使用和 cvsimport, cvs2git</dc:creator>
		<pubDate>Tue, 11 Jan 2011 05:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://maymay.net/blog/?p=425#comment-284214</guid>
		<description>[...] Reference: http://maymay.net/blog/2008/04/15/how-to-import-cvs-code-repositories-into-git-using-git-cvsimport/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Reference: <a href="http://maymay.net/blog/2008/04/15/how-to-import-cvs-code-repositories-into-git-using-git-cvsimport/" rel="nofollow">http://maymay.net/blog/2008/04/15/how-to-import-cvs-code-repositories-into-git-using-git-cvsimport/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://maymay.net/blog/2008/04/15/how-to-import-cvs-code-repositories-into-git-using-git-cvsimport/comment-page-1/#comment-208053</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Sun, 18 Apr 2010 05:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://maymay.net/blog/?p=425#comment-208053</guid>
		<description>Thank you for this. After a few false starts (case-sensitivity, forgetting to cd to the correct dir), I am now importing the CVS repo I need!</description>
		<content:encoded><![CDATA[<p>Thank you for this. After a few false starts (case-sensitivity, forgetting to cd to the correct dir), I am now importing the <acronym title="Concurrent Versions System">CVS</acronym> repo I need!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vedang</title>
		<link>http://maymay.net/blog/2008/04/15/how-to-import-cvs-code-repositories-into-git-using-git-cvsimport/comment-page-1/#comment-205014</link>
		<dc:creator>vedang</dc:creator>
		<pubDate>Wed, 31 Mar 2010 07:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://maymay.net/blog/?p=425#comment-205014</guid>
		<description>just wanted to say thanks! :) this was a lot of help!</description>
		<content:encoded><![CDATA[<p>just wanted to say thanks! :) this was a lot of help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Fetter's blog</title>
		<link>http://maymay.net/blog/2008/04/15/how-to-import-cvs-code-repositories-into-git-using-git-cvsimport/comment-page-1/#comment-201288</link>
		<dc:creator>David Fetter's blog</dc:creator>
		<pubDate>Wed, 10 Mar 2010 17:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://maymay.net/blog/?p=425#comment-201288</guid>
		<description>&lt;strong&gt;Free Your DBI-Link, and the Rest Will Follow...&lt;/strong&gt;

DBI-Link is now on Github! Here&#039;s how I did it: After banging my head against git&#039;s, um, not terribly helpful git cvsimport docs, I asked a few people what to do. Jonathan (dukeleto) Leto pointed me to this very handy guide. Thanks to the author, M...</description>
		<content:encoded><![CDATA[<p><strong>Free Your DBI-Link, and the Rest Will Follow&#8230;</strong></p>
<p>DBI-Link is now on Github! Here&#8217;s how I did it: After banging my head against git&#8217;s, um, not terribly helpful git cvsimport docs, I asked a few people what to do. Jonathan (dukeleto) Leto pointed me to this very handy guide. Thanks to the author, M&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: download git-cvsimport tool &#171; Proteomics.ME</title>
		<link>http://maymay.net/blog/2008/04/15/how-to-import-cvs-code-repositories-into-git-using-git-cvsimport/comment-page-1/#comment-163605</link>
		<dc:creator>download git-cvsimport tool &#171; Proteomics.ME</dc:creator>
		<pubDate>Mon, 17 Aug 2009 20:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://maymay.net/blog/?p=425#comment-163605</guid>
		<description>[...] got that from this site on how to import CVS into [...]</description>
		<content:encoded><![CDATA[<p>[...] got that from this site on how to import <acronym title="Concurrent Versions System">CVS</acronym> into [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandru</title>
		<link>http://maymay.net/blog/2008/04/15/how-to-import-cvs-code-repositories-into-git-using-git-cvsimport/comment-page-1/#comment-155225</link>
		<dc:creator>Chandru</dc:creator>
		<pubDate>Fri, 19 Jun 2009 12:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://maymay.net/blog/?p=425#comment-155225</guid>
		<description>Hi,

Just wanted to say thank you. These set of instructions worked for me to import a project from Subversion into Git.

The command I used was:

git cvsimport -v -d :pserver:my_username@jungerl.cvs.sourceforge.net:/cvsroot/jungerl jungerl/lib/ibrowse</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Just wanted to say thank you. These set of instructions worked for me to import a project from Subversion into Git.</p>
<p>The command I used was:</p>
<p>git cvsimport -v -d :pserver:my_username@jungerl.cvs.sourceforge.net:/cvsroot/jungerl jungerl/lib/ibrowse</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Hazlewood</title>
		<link>http://maymay.net/blog/2008/04/15/how-to-import-cvs-code-repositories-into-git-using-git-cvsimport/comment-page-1/#comment-154463</link>
		<dc:creator>George Hazlewood</dc:creator>
		<pubDate>Tue, 09 Jun 2009 10:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://maymay.net/blog/?p=425#comment-154463</guid>
		<description>Thanks for this, was trying to checkout a d.o module with git and getting the old I HATE YOU message.  Installing cvsps, using the CVSROOT env variable and running cvsps did it for me.

Thanks for the post Meitar</description>
		<content:encoded><![CDATA[<p>Thanks for this, was trying to checkout a d.o module with git and getting the old I HATE YOU message.  Installing cvsps, using the CVSROOT env variable and running cvsps did it for me.</p>
<p>Thanks for the post Meitar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: llamafruit</title>
		<link>http://maymay.net/blog/2008/04/15/how-to-import-cvs-code-repositories-into-git-using-git-cvsimport/comment-page-1/#comment-116175</link>
		<dc:creator>llamafruit</dc:creator>
		<pubDate>Mon, 19 May 2008 21:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://maymay.net/blog/?p=425#comment-116175</guid>
		<description>Hello guys. I&#039;m new here and wanted to say hi.</description>
		<content:encoded><![CDATA[<p>Hello guys. I&#8217;m new here and wanted to say hi.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

