<?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>Flavio Castelli &#187; Pyton</title>
	<atom:link href="http://flavio.castelli.name/category/pyton/feed" rel="self" type="application/rss+xml" />
	<link>http://flavio.castelli.name</link>
	<description>debugging my life</description>
	<lastBuildDate>Wed, 11 Aug 2010 20:29:29 +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>Svn commit helper</title>
		<link>http://flavio.castelli.name/svn-commit-helper</link>
		<comments>http://flavio.castelli.name/svn-commit-helper#comments</comments>
		<pubDate>Thu, 16 Feb 2006 11:51:41 +0000</pubDate>
		<dc:creator>Flavio</dc:creator>
				<category><![CDATA[Pyton]]></category>

		<guid isPermaLink="false">http://www.flavio.castelli.name/svn-commit-helper/</guid>
		<description><![CDATA[Svn-commit is a command line utility for making rapid commit with subversion. Suppose you&#8217;re working on your local copy of a subversion project. If you forget to run commands like svn del file or svn add file each time you add or remove a file, when you&#8217;ll try to commit your working copy you&#8217;ll obtain [...]]]></description>
			<content:encoded><![CDATA[<p>Svn-commit is a command line utility for making rapid commit with subversion.<br />
<span id="more-48"></span><br />
Suppose you&#8217;re working on your local copy of a subversion project. If you forget to run commands like svn del file or svn add file each time you add or remove a file, when you&#8217;ll try to commit your working copy you&#8217;ll obtain something like this:</p>
<ul>
<li><em>? file</em>: for each file/directory that isn&#8217;t under the revision system</li>
<li><em>! file</em>: for each file/directory you&#8217;ve removed without the command svn del</li>
</ul>
<p>svn-commit will prevent these errors because it will tell svn to:</p>
<ul>
<li>add all your unversioned files to the repository</li>
<li>delete all the files you&#8217;ve removed from your working directory (be careful !!)</li>
</ul>
<h3>Requirements:</h3>
<p>svn-commit requires:</p>
<ul>
<li>python</li>
<li>svn client utilities</li>
</ul>
<h3>Synopsis:</h3>
<p>svn-commit syntax:<br />
<code>svn-commit directory</code><br />
A simple example:<br />
<code>svn commit `pwd`</code></p>
<h3>Download</h3>
<p><a href="http://www.flavio.castelli.name/wp-content/uploads/2007/11/svn-commit.py" title="Subversion commit helper">Subversion commit helper</a></p>
]]></content:encoded>
			<wfw:commentRss>http://flavio.castelli.name/svn-commit-helper/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
