<?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>Scottyab&#039;s blog &#187; cvsnt</title>
	<atom:link href="http://www.alexander-bown.com/tag/cvsnt/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alexander-bown.com</link>
	<description>programming, mobile apps, running and me</description>
	<lastBuildDate>Fri, 30 Sep 2011 20:28:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Moving CVS repository</title>
		<link>http://www.alexander-bown.com/2009/10/moving-cvs-repository/</link>
		<comments>http://www.alexander-bown.com/2009/10/moving-cvs-repository/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 19:13:05 +0000</pubDate>
		<dc:creator>scottyab</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[cvs]]></category>
		<category><![CDATA[cvsnt]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://www.alexander-bown.com/?p=106</guid>
		<description><![CDATA[Recently had to move CVS repository to a new server, while I&#8217;m no CVS expert but in the land of the blind! Yadda, yadda, yadda&#8230; so down to me. A couple of googles later and with a sesnse of impending soom I did the following: 1. Stop the CVS service and Lock Service 2. Copy CVS Repo [...]]]></description>
			<content:encoded><![CDATA[<p>Recently had to move CVS repository to a new  server, while I&#8217;m no CVS expert but in the land of the blind! Yadda, yadda, yadda&#8230;  so down to me. A couple of googles later and with a sesnse of impending soom I did the following:</p>
<p><a href="http://www.alexander-bown.com/wp-content/uploads/2009/10/server-move.jpg"><img class="alignleft size-full wp-image-129" title="server-move" src="http://www.alexander-bown.com/wp-content/uploads/2009/10/server-move.jpg" alt="" width="140" height="143" /></a>1. Stop the CVS service and Lock Service</p>
<p>2. Copy CVS Repo folder(s) to the new server</p>
<p>3. Install CVS on the new server – did full installation</p>
<p>4. Replicate the settings of the old server.</p>
<p>5. Add the folder as Repo location. I was able to add the repo location ok, but couldn’t connect <img src='http://www.alexander-bown.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  and when I tried adding a new folder to the repo I got the following error:</p>
<blockquote>
<p style="padding-left: 60px;">cvs init: connect to 127.0.0.1(127.0.0.1):2403 failed: No connection could be made because the target machine actively refused it. cvs [init aborted]: Couldn&#8217;t connect to lock server</p>
</blockquote>
<p>So the server couldn&#8217;t connect to it&#8217;s own lockserver? Hmm… maybe the LockServer service wasn&#8217;t running or firewall interference? I checked both of these but all good. I thought let&#8217;s try stopping the lock server service, that worked! which is weird and the error seemed to say wasn&#8217;t running. Anywho I tried the telnet command again and got the CVSLock 2.0 Ready message so all seemed ok <img src='http://www.alexander-bown.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>TIP:</strong> When on the server, you can check the lock server using telnet try doing a &#8220;telnet localhost 2403&#8243; and see what you get.  It should respond with &#8220;CVSLock 2.0 Ready&#8221; if it&#8217;s working properly.</p>
<p>Note:  I should say I was moving both new and old server were Windows 2003, the versions of CVSNT were the same and the new server had the same name as the old one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexander-bown.com/2009/10/moving-cvs-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

