<?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: &#8220;cvs checkout: failed to create lock directory&#8221; solution</title>
	<atom:link href="http://www.mooreds.com/wordpress/archives/234/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mooreds.com/wordpress/archives/234</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 14:11:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: amir</title>
		<link>http://www.mooreds.com/wordpress/archives/234/comment-page-1#comment-3415</link>
		<dc:creator>amir</dc:creator>
		<pubDate>Sun, 20 Nov 2011 10:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=234#comment-3415</guid>
		<description>In my case the problem was that a colleague had removed the specified directory from the repository (CVS doesn&#039;t support this, but they went ahead and did it manually).</description>
		<content:encoded><![CDATA[<p>In my case the problem was that a colleague had removed the specified directory from the repository (CVS doesn&#8217;t support this, but they went ahead and did it manually).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pucik</title>
		<link>http://www.mooreds.com/wordpress/archives/234/comment-page-1#comment-3394</link>
		<dc:creator>Pucik</dc:creator>
		<pubDate>Fri, 21 Oct 2011 10:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=234#comment-3394</guid>
		<description>Hi all, 
I had this problem when working with cvs files on UNIX, that has someone else checkouted with WinCVS with windows CRLF.
I had to change all those Repository files and it worked :)

for i in `grep -r -Pl $&#039;rn&#039; . &#124; grep Repository`; do dos2unix -o $i; done

Pucik</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
I had this problem when working with cvs files on UNIX, that has someone else checkouted with WinCVS with windows CRLF.<br />
I had to change all those Repository files and it worked <img src='http://www.mooreds.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>for i in `grep -r -Pl $&#8217;rn&#8217; . | grep Repository`; do dos2unix -o $i; done</p>
<p>Pucik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: freshbee</title>
		<link>http://www.mooreds.com/wordpress/archives/234/comment-page-1#comment-3202</link>
		<dc:creator>freshbee</dc:creator>
		<pubDate>Thu, 30 Sep 2010 08:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=234#comment-3202</guid>
		<description>I too faced the same problem, but in my case two groups just need to check out each others directory. So its simple just give permissions such as 775 to the directories.
But yet the problem wasn’t solved.
The reason was /var/lock/cvs/ need to have write permission to the user who does check out this directory.
The problem solved.


-----

if still the problem persists kindly check the file /CVSROOT/config,
there u need to enable this field.
       # Put CVS lock files in this directory rather than directly in the repository.
       LockDir=/var/lock/cvs

this says that the lock will not be created in the repository, but in the lock directory, where the user will have write provision.</description>
		<content:encoded><![CDATA[<p>I too faced the same problem, but in my case two groups just need to check out each others directory. So its simple just give permissions such as 775 to the directories.<br />
But yet the problem wasn’t solved.<br />
The reason was /var/lock/cvs/ need to have write permission to the user who does check out this directory.<br />
The problem solved.</p>
<p>&#8212;&#8211;</p>
<p>if still the problem persists kindly check the file /CVSROOT/config,<br />
there u need to enable this field.<br />
       # Put CVS lock files in this directory rather than directly in the repository.<br />
       LockDir=/var/lock/cvs</p>
<p>this says that the lock will not be created in the repository, but in the lock directory, where the user will have write provision.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prakash</title>
		<link>http://www.mooreds.com/wordpress/archives/234/comment-page-1#comment-3192</link>
		<dc:creator>Prakash</dc:creator>
		<pubDate>Fri, 27 Aug 2010 18:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=234#comment-3192</guid>
		<description>Very Helpful Post. Tnx!</description>
		<content:encoded><![CDATA[<p>Very Helpful Post. Tnx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anuj</title>
		<link>http://www.mooreds.com/wordpress/archives/234/comment-page-1#comment-3151</link>
		<dc:creator>anuj</dc:creator>
		<pubDate>Mon, 12 Jul 2010 11:57:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=234#comment-3151</guid>
		<description>thanks. nice post...</description>
		<content:encoded><![CDATA[<p>thanks. nice post&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://www.mooreds.com/wordpress/archives/234/comment-page-1#comment-2980</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Thu, 04 Feb 2010 19:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=234#comment-2980</guid>
		<description>Thanks, you saved my life!</description>
		<content:encoded><![CDATA[<p>Thanks, you saved my life!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.mooreds.com/wordpress/archives/234/comment-page-1#comment-2899</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 08 Nov 2009 20:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=234#comment-2899</guid>
		<description>Thanks for the tip - exactly what I was looking for!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip &#8211; exactly what I was looking for!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: moore</title>
		<link>http://www.mooreds.com/wordpress/archives/234/comment-page-1#comment-2894</link>
		<dc:creator>moore</dc:creator>
		<pubDate>Fri, 23 Oct 2009 16:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=234#comment-2894</guid>
		<description>Freshbee,

Awesome!  Thanks for sharing your fix.  I&#039;ve never run into the situation where I needed two groups to be able to check out one source tree.

So, am I correct in assuming you chmoded /var/lock/cvs to 777?  That seems to be the only way to have two different groups have write permissions on one directory.</description>
		<content:encoded><![CDATA[<p>Freshbee,</p>
<p>Awesome!  Thanks for sharing your fix.  I&#8217;ve never run into the situation where I needed two groups to be able to check out one source tree.</p>
<p>So, am I correct in assuming you chmoded /var/lock/cvs to 777?  That seems to be the only way to have two different groups have write permissions on one directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: freshbee</title>
		<link>http://www.mooreds.com/wordpress/archives/234/comment-page-1#comment-2893</link>
		<dc:creator>freshbee</dc:creator>
		<pubDate>Fri, 23 Oct 2009 05:48:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=234#comment-2893</guid>
		<description>I too faced the same problem, but in my case two groups just need to check out each others directory. So its simple just give permissions such as 775 to the directories.
But yet the problem wasn&#039;t solved.
The reason was /var/lock/cvs/ need to have write permission to the user who does check out this directory.
The problem solved.</description>
		<content:encoded><![CDATA[<p>I too faced the same problem, but in my case two groups just need to check out each others directory. So its simple just give permissions such as 775 to the directories.<br />
But yet the problem wasn&#8217;t solved.<br />
The reason was /var/lock/cvs/ need to have write permission to the user who does check out this directory.<br />
The problem solved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasanna V</title>
		<link>http://www.mooreds.com/wordpress/archives/234/comment-page-1#comment-2887</link>
		<dc:creator>Prasanna V</dc:creator>
		<pubDate>Wed, 14 Oct 2009 06:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mooreds.com/wordpress/?p=234#comment-2887</guid>
		<description>Very thankful to you,
It just worked swiftly.</description>
		<content:encoded><![CDATA[<p>Very thankful to you,<br />
It just worked swiftly.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.mooreds.com/wordpress/archives/234/feed ) in 0.22973 seconds, on Feb 8th, 2012 at 10:19 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 11:19 pm UTC -->
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- Quick Cache Is Fully Functional :-) ... A Quick Cache file was just served for (  www.mooreds.com/wordpress/archives/234/feed ) in 0.00023 seconds, on Feb 8th, 2012 at 10:21 pm UTC. -->
