<?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>soledad penadés &#187; svn</title>
	<atom:link href="http://soledadpenades.com/tag/svn/feed/" rel="self" type="application/rss+xml" />
	<link>http://soledadpenades.com</link>
	<description>repeat 4[fd 100 rt 90]</description>
	<lastBuildDate>Wed, 25 Apr 2012 21:10:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Diff&#8217;ing with RapidSVN</title>
		<link>http://soledadpenades.com/2010/06/29/diffing-with-rapidsvn/</link>
		<comments>http://soledadpenades.com/2010/06/29/diffing-with-rapidsvn/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 11:29:38 +0000</pubDate>
		<dc:creator>sole</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[meld]]></category>
		<category><![CDATA[rapidsvn]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://soledadpenades.com/?p=2695</guid>
		<description><![CDATA[I thought I had to enter &#8220;diff&#8221; in the diff tool field, but I was wrong: it didn&#8217;t work. Apparently RapidSVN expects a graphical application instead of a text-mode application that runs on a terminal. But fear not! There&#8217;s an application for this. It&#8217;s called meld. So&#8230; sudo apt-get install meld And in RapidSVN &#8594; [...]]]></description>
			<content:encoded><![CDATA[<p>I thought I had to enter &#8220;diff&#8221; in the diff tool field, but I was wrong: it didn&#8217;t work. Apparently <a href="http://www.rapidsvn.org/">RapidSVN</a> expects a graphical application instead of a text-mode application that runs on a terminal.</p>
<p>But fear not! There&#8217;s an application for this. It&#8217;s called <a href="http://meld.sourceforge.net/">meld</a>.</p>
<p>So&#8230;</p>
<div class="syhi_block"><code><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> meld</code></div>
<p>And in <em>RapidSVN &rarr; Preferences &rarr; Programs &rarr; Diff Tool</em> simply enter <strong>meld</strong>. Now you should be able to right click a file and select the <em>Diff&#8230;</em> flavour you prefer (to Base, to HEAD or to something else), and get the diff between the versions!</p>
<p>You might remember I always say I tend to use the command line for dealing with SVN, but sometimes I feel lazy (specially when dealing with many files at the same time), and RapidSVN is very handy to get a quick overview of what&#8217;s changed. Besides, it doesn&#8217;t break randomly like Subclipse/Subversive whenever Eclipse is updated, and can be used outside Eclipse, for non-Eclipse projects. Thanks to <a href="http://mrdoob.com">mrdoob</a> for the cool app recommendation :)</p>
 <p><a href="http://soledadpenades.com/?flattrss_redirect&amp;id=2695&amp;md5=f59b88ab6d138ef092dccd5ceabd719b" title="Flattr" target="_blank"><img src="http://soledadpenades.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://soledadpenades.com/2010/06/29/diffing-with-rapidsvn/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<atom:link rel="payment" href="https://flattr.com/submit/auto?user_id=8399&amp;amp;url=http%3A%2F%2Fsoledadpenades.com%2F2010%2F06%2F29%2Fdiffing-with-rapidsvn%2F&amp;amp;language=en_GB&amp;amp;category=text&amp;amp;title=Diff%26%238217%3Bing+with+RapidSVN&amp;amp;description=I+thought+I+had+to+enter+%22diff%22+in+the+diff+tool+field%2C+but+I+was+wrong%3A+it+didn%27t+work.+Apparently+RapidSVN+expects+a+graphical+application+instead+of+a+text-mode+application+that+runs+on+a+terminal.%0D%0A%0D%0ABut+fear+not%21+There%27s+an+application+for+this.+It%27s+called+meld.%0D%0A%0D%0ASo...%0D%0A%0D%0A%0D%0Asudo+apt-get+install+meld%0D%0A%0D%0A%0D%0AAnd+in+RapidSVN+%26rarr%3B+Preferences+%26rarr%3B+Programs+%26rarr%3B+Diff+Tool+simply+enter+meld.+Now+you+should+be+able+to+right+click+a+file+and+select+the+Diff...+flavour+you+prefer+%28to+Base%2C+to+HEAD+or+to+something+else%29%2C+and+get+the+diff+between+the+versions%21%0D%0A%0D%0AYou+might+remember+I+always+say+I+tend+to+use+the+command+line+for+dealing+with+SVN%2C+but+sometimes+I+feel+lazy+%28specially+when+dealing+with+many+files+at+the+same+time%29%2C+and+RapidSVN+is+very+handy+to+get+a+quick+overview+of+what%27s+changed.+Besides%2C+it+doesn%27t+break+randomly+like+Subclipse%2FSubversive+whenever+Eclipse+is+updated%2C+and+can+be+used+outside+Eclipse%2C+for+non-Eclipse+projects.+Thanks+to+mrdoob+for+the+cool+app+recommendation+%3A%29&amp;amp;tags=eclipse%2Cmeld%2Crapidsvn%2Csubversion%2Csvn%2Cubuntu%2Cblog" type="text/html" />
	</item>
	</channel>
</rss>

