<?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: Automatic commit of a Subversion repository</title>
	<atom:link href="http://www.hmarcy.com/2008/09/automatic-commit-of-a-subversion-repository/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hmarcy.com/2008/09/automatic-commit-of-a-subversion-repository/</link>
	<description>Linux, Free Software, Europe, Leadership…</description>
	<lastBuildDate>Wed, 30 Jun 2010 17:28:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: hobby</title>
		<link>http://www.hmarcy.com/2008/09/automatic-commit-of-a-subversion-repository/comment-page-1/#comment-17</link>
		<dc:creator>hobby</dc:creator>
		<pubDate>Mon, 15 Dec 2008 19:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://hmarcy.com/?p=3#comment-17</guid>
		<description>There&#039;s an error on this line.  You are redirecting the output to the todelete file twice.

/usr/local/bin/svn status &#124; sed -n “/^\!?*/p” &#124; sed “s/^\! *//g” &gt; $REPOS/logs/todelete*//g” &gt; $REPOS/logs/todelete

Also, shouldn&#039;t the first if check be -eq 0?  You&#039;re checking for any conflicts and if none exist (eq 0), then proceed on.</description>
		<content:encoded><![CDATA[<p>There&#8217;s an error on this line.  You are redirecting the output to the todelete file twice.</p>
<p>/usr/local/bin/svn status | sed -n “/^\!?*/p” | sed “s/^\! *//g” &gt; $REPOS/logs/todelete*//g” &gt; $REPOS/logs/todelete</p>
<p>Also, shouldn&#8217;t the first if check be -eq 0?  You&#8217;re checking for any conflicts and if none exist (eq 0), then proceed on.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
