<?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: Is SVN really atomic?</title>
	<atom:link href="http://webonrails.com/2007/07/09/is-svn-really-atomic/feed/" rel="self" type="application/rss+xml" />
	<link>http://webonrails.com/2007/07/09/is-svn-really-atomic/</link>
	<description>Its all about Ruby On Rails</description>
	<lastBuildDate>Tue, 07 Sep 2010 17:21:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Akhil Bansal</title>
		<link>http://webonrails.com/2007/07/09/is-svn-really-atomic/comment-page-1/#comment-377</link>
		<dc:creator>Akhil Bansal</dc:creator>
		<pubDate>Wed, 11 Jul 2007 15:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2007/07/09/is-svn-really-atomic/#comment-377</guid>
		<description>Myron,

I have deleted that project, so I can&#039;t do that now. But I am sure, those files were in svn.</description>
		<content:encoded><![CDATA[<p>Myron,</p>
<p>I have deleted that project, so I can&#8217;t do that now. But I am sure, those files were in svn.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myron A. Semack</title>
		<link>http://webonrails.com/2007/07/09/is-svn-really-atomic/comment-page-1/#comment-376</link>
		<dc:creator>Myron A. Semack</dc:creator>
		<pubDate>Tue, 10 Jul 2007 23:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2007/07/09/is-svn-really-atomic/#comment-376</guid>
		<description>Were the files actually in the repository?  Could you do an &#039;svn ls URL&#039; and see them?

The commit may have succeeded, but the working copy revision bump may have failed.</description>
		<content:encoded><![CDATA[<p>Were the files actually in the repository?  Could you do an &#8216;svn ls URL&#8217; and see them?</p>
<p>The commit may have succeeded, but the working copy revision bump may have failed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Akhil Bansal</title>
		<link>http://webonrails.com/2007/07/09/is-svn-really-atomic/comment-page-1/#comment-375</link>
		<dc:creator>Akhil Bansal</dc:creator>
		<pubDate>Tue, 10 Jul 2007 13:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2007/07/09/is-svn-really-atomic/#comment-375</guid>
		<description>Myron,

I did the fresh checkout,when commit failed and found some of those files physically there.

so what could the cleanup do?</description>
		<content:encoded><![CDATA[<p>Myron,</p>
<p>I did the fresh checkout,when commit failed and found some of those files physically there.</p>
<p>so what could the cleanup do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Myron A. Semack</title>
		<link>http://webonrails.com/2007/07/09/is-svn-really-atomic/comment-page-1/#comment-374</link>
		<dc:creator>Myron A. Semack</dc:creator>
		<pubDate>Tue, 10 Jul 2007 13:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2007/07/09/is-svn-really-atomic/#comment-374</guid>
		<description>Repository commits are atomic.  However, it is possible for the working copy to get screwed up (local filesystem operations are not atomic).  Run &#039;svn cleanup&#039; in your working copy.</description>
		<content:encoded><![CDATA[<p>Repository commits are atomic.  However, it is possible for the working copy to get screwed up (local filesystem operations are not atomic).  Run &#8216;svn cleanup&#8217; in your working copy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaurav</title>
		<link>http://webonrails.com/2007/07/09/is-svn-really-atomic/comment-page-1/#comment-373</link>
		<dc:creator>gaurav</dc:creator>
		<pubDate>Tue, 10 Jul 2007 12:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2007/07/09/is-svn-really-atomic/#comment-373</guid>
		<description>i faced this today</description>
		<content:encoded><![CDATA[<p>i faced this today</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephen sykes</title>
		<link>http://webonrails.com/2007/07/09/is-svn-really-atomic/comment-page-1/#comment-372</link>
		<dc:creator>stephen sykes</dc:creator>
		<pubDate>Mon, 09 Jul 2007 16:37:25 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2007/07/09/is-svn-really-atomic/#comment-372</guid>
		<description>Yes, svn can get into a mess.

Does the error message look anything like &quot;svn: Working copy path &#039;...&#039; does not exist in repository&quot;?  See here

http://www.stephensykes.com/blog_perm.html?135</description>
		<content:encoded><![CDATA[<p>Yes, svn can get into a mess.</p>
<p>Does the error message look anything like &#8220;svn: Working copy path &#8216;&#8230;&#8217; does not exist in repository&#8221;?  See here</p>
<p><a href="http://www.stephensykes.com/blog_perm.html?135" rel="nofollow">http://www.stephensykes.com/blog_perm.html?135</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seth Ladd</title>
		<link>http://webonrails.com/2007/07/09/is-svn-really-atomic/comment-page-1/#comment-371</link>
		<dc:creator>Seth Ladd</dc:creator>
		<pubDate>Mon, 09 Jul 2007 15:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://webonrails.com/2007/07/09/is-svn-really-atomic/#comment-371</guid>
		<description>Yes, this has happened to me.  Weird.</description>
		<content:encoded><![CDATA[<p>Yes, this has happened to me.  Weird.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
