<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>t+1 - Latest Comments in How to use vimdiff as the subversion diff tool</title><link>http://tplus1.disqus.com/</link><description></description><atom:link href="https://tplus1.disqus.com/how_to_use_vimdiff_as_the_subversion_diff_tool/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Wed, 16 Nov 2016 03:27:42 -0000</lastBuildDate><item><title>Re: How to use vimdiff as the subversion diff tool</title><link>http://blog.tplus1.com/blog/2007/08/29/how-to-use-vimdiff-as-the-subversion-diff-tool/#comment-3004579744</link><description>&lt;p&gt;The right side of the diff is the not the editable file but some temp file . Need help !!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Suresh Iyer</dc:creator><pubDate>Wed, 16 Nov 2016 03:27:42 -0000</pubDate></item><item><title>Re: How to use vimdiff as the subversion diff tool</title><link>http://blog.tplus1.com/blog/2007/08/29/how-to-use-vimdiff-as-the-subversion-diff-tool/#comment-1811857225</link><description>&lt;p&gt;I ran into that problem plenty too!  I created these two aliases in my ~/.bashrc file:&lt;/p&gt;&lt;p&gt;    alias boringdiff='svn diff --diff-cmd=/usr/bin/diff'&lt;br&gt;    alias prettydiff='svn diff --diff-cmd=$HOME/bin/&lt;a href="http://diffwrap.sh" rel="nofollow noopener" target="_blank" title="diffwrap.sh"&gt;diffwrap.sh&lt;/a&gt;'&lt;/p&gt;&lt;p&gt;Then I commented out the line in the .subversion/config file.&lt;/p&gt;&lt;p&gt;I hope that helps!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Wilson</dc:creator><pubDate>Thu, 22 Jan 2015 17:07:53 -0000</pubDate></item><item><title>Re: How to use vimdiff as the subversion diff tool</title><link>http://blog.tplus1.com/blog/2007/08/29/how-to-use-vimdiff-as-the-subversion-diff-tool/#comment-1811843060</link><description>&lt;p&gt;Is there a way to make this automatically switch to the old spew-the-diff-to-the-terminal mode when piping or redirecting the output to a file? That'd be really nice for patch creation (rather than having to do `svn diff --diff-cmd=...` every time for that).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jroelofs</dc:creator><pubDate>Thu, 22 Jan 2015 16:58:49 -0000</pubDate></item><item><title>Re: How to use vimdiff as the subversion diff tool</title><link>http://blog.tplus1.com/blog/2007/08/29/how-to-use-vimdiff-as-the-subversion-diff-tool/#comment-1487518897</link><description>&lt;p&gt;Thanks you man. It helped. All I want to add that inside ~/.subversion/config file character `~` is not expanded to $HOME. It is recommended to pass the full path of the script or to keep the script in $PATH.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dilawar Singh</dc:creator><pubDate>Wed, 16 Jul 2014 01:20:11 -0000</pubDate></item><item><title>Re: How to use vimdiff as the subversion diff tool</title><link>http://blog.tplus1.com/blog/2007/08/29/how-to-use-vimdiff-as-the-subversion-diff-tool/#comment-1174061827</link><description>&lt;p&gt;That's great!  Glad it helped.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Wilson</dc:creator><pubDate>Sun, 22 Dec 2013 16:49:06 -0000</pubDate></item><item><title>Re: How to use vimdiff as the subversion diff tool</title><link>http://blog.tplus1.com/blog/2007/08/29/how-to-use-vimdiff-as-the-subversion-diff-tool/#comment-1173012293</link><description>&lt;p&gt;Awesome! I was able to set it up without any hiccups, it works like a charm. Thanks!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexander Bird</dc:creator><pubDate>Sat, 21 Dec 2013 15:03:10 -0000</pubDate></item><item><title>Re: How to use vimdiff as the subversion diff tool</title><link>http://blog.tplus1.com/blog/2007/08/29/how-to-use-vimdiff-as-the-subversion-diff-tool/#comment-910138368</link><description>&lt;p&gt;Glad to hear it helped!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Wilson</dc:creator><pubDate>Mon, 27 May 2013 15:30:13 -0000</pubDate></item><item><title>Re: How to use vimdiff as the subversion diff tool</title><link>http://blog.tplus1.com/blog/2007/08/29/how-to-use-vimdiff-as-the-subversion-diff-tool/#comment-910134309</link><description>&lt;p&gt;Thanks man! I changed /usr/bin/vimdiff to /usr/bin/env vimdiff because I compiled vim locally.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Frank Smith</dc:creator><pubDate>Mon, 27 May 2013 15:24:36 -0000</pubDate></item><item><title>Re: How to use vimdiff as the subversion diff tool</title><link>http://blog.tplus1.com/blog/2007/08/29/how-to-use-vimdiff-as-the-subversion-diff-tool/#comment-726060877</link><description>&lt;p&gt;You're asking how to quit out of vim without having to close every single buffer, one by one?&lt;/p&gt;&lt;p&gt;I think you can use the :qall! thing to jump out quick.  Not really sure about that.  I have my F5 key mapped to :bd (buffer delete) so I just bang on F5 until I'm out.&lt;/p&gt;&lt;p&gt;Thanks for the feedback!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Wilson</dc:creator><pubDate>Mon, 03 Dec 2012 09:34:09 -0000</pubDate></item><item><title>Re: How to use vimdiff as the subversion diff tool</title><link>http://blog.tplus1.com/blog/2007/08/29/how-to-use-vimdiff-as-the-subversion-diff-tool/#comment-726007459</link><description>&lt;p&gt;Nice post! One question: how can I stop viewing diff files without the need for ":qa" until the last file changed? Thanks.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Leandro Freitas</dc:creator><pubDate>Mon, 03 Dec 2012 07:53:49 -0000</pubDate></item><item><title>Re: How to use vimdiff as the subversion diff tool</title><link>http://blog.tplus1.com/blog/2007/08/29/how-to-use-vimdiff-as-the-subversion-diff-tool/#comment-129861085</link><description>&lt;p&gt;Wow -- nice work!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Wilson</dc:creator><pubDate>Sun, 16 Jan 2011 20:18:17 -0000</pubDate></item><item><title>Re: How to use vimdiff as the subversion diff tool</title><link>http://blog.tplus1.com/blog/2007/08/29/how-to-use-vimdiff-as-the-subversion-diff-tool/#comment-129760274</link><description>&lt;p&gt;I've made an improved version of this wrapper script, which gives friendly names to the Vim buffers, and also makes Vim's syntax highlighting work (it breaks because the temporary files "svn diff" creates do not have the appropriate extension).&lt;br&gt;&lt;a href="http://carlo-notes.blogspot.com/2011/01/subversion-and-vimdiff-little.html" rel="nofollow noopener" target="_blank" title="http://carlo-notes.blogspot.com/2011/01/subversion-and-vimdiff-little.html"&gt;http://carlo-notes.blogspot...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Carlo</dc:creator><pubDate>Sun, 16 Jan 2011 12:42:53 -0000</pubDate></item></channel></rss>