Coloured, paged subversion diff output on Linux-like computers


Using subversion from the command line (svn), I often complained (to myself at least) about the bland output from a svn diff command. This isn’t strictly a subversion problem, since your regular diff gives the same uninspired output.

Here’s how to add automatic paging and highlight changes in bright colours.

Install colordiff on Ubuntu:

apt-get install colordiff

OS X:

port install colordiff

Make a new file called svndiff with the following inside:

#!/bin/bash
svn diff $* | colordiff | less -r

Make this file executable (chmod +x svndiff) and copy it somewhere in your path (I put it in /usr/local/bin).

The $* bash argument passes any arguments you give the script to the svn diff command, so you can still do things like:

svndiff file1 file2
Share this post
  • Digg
  • StumbleUpon
  • Reddit
  • del.icio.us
  • Facebook
  • muti
  • Mixx
  • Google
  • laaik.it

This entry was posted on Wednesday, April 1st, 2009 at 2:54 pm and is filed under subversion. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

17 Responses to “Coloured, paged subversion diff output on Linux-like computers”

  1. Jack Carter said this on

    i love r&b music becaue it sounds soothing to my ears.*,,

  2. Ethan Jones said this on

    r&b music is the best music ever, this is the best music genre:,’

  3. False Nails  said this on

    R&B music is the best music, it is cool and very lively`,”

  4. linux commands said this on

    Nice post. I was checking continuously this blog and I’m impressed! Extremely useful info specially the last part :) I care for such information a lot. I was seeking this certain information for a long time. Thank you and best of luck.

  5. iphone-unlocker-pro.com said this on

    Hi there, just became aware of your blog through Google, and found that it is truly informative. I am going to watch out for brussels. I will appreciate if you continue this in future. A lot of people will be benefited from your writing. Cheers!

  6. flatten belly said this on

    Hey there, You’ve done a fantastic job. I’ll definitely digg it and personally suggest to my friends. I am sure they will be benefited from this site.

  7. used cars Sarasota said this on

    I must agree that this weblog is worth all my time spent in studying it. People posting blog should really exert some effort to educating the readers.This may be the superb weblog for anybody who needs to search out out about this subject.

  8. straddle trader pro bonus said this on

    It appears that you have put lots of effort and laborious work into your publish and I require far more of these on the net in latest times. I sincerely bought a kick out of your post. I don’t really have significantly to say responding, I solely needed to remark to reply amazing work.

  9. pacsun coupons said this on

    whoah this blog is great i love reading your articles. Keep up the good work! You know, many people are looking around for this info, you could help them greatly.

  10. photography studio Miami. said this on

    I’ve been exploring for a little for any high-quality articles or blog posts on this sort of area . Exploring in Yahoo I at last stumbled upon this web site. Reading this info So i’m happy to convey that I’ve a very good uncanny feeling I discovered just what I needed. I most certainly will make certain to do not forget this site and give it a look regularly.

  11. crab grass said this on

    Excellent post. I was checking continuously this blog and I’m impressed! Extremely useful info particularly the last part :) I care for such information a lot. I was seeking this certain info for a long time. Thank you and good luck.

  12. Wendell Biedekapp said this on

    My friend suggested I might like this website. This individual has been entirely correct. This submit in fact created my own day. You cannot imagine just how much time I needed spent with this details! Many thanks!

  13. Antonio Mundine said this on

    Almost all of what you talk about transpires to become amazingly right and also which makes me personally ponder the reason the reason why We hadn?big t sorted out that using this type of gentle in the past. This unique article essentially does flip the sunlight in personally as far as the following topic issue is going. There is however one position Practical goal basically too snug with the as i generate a power to reconcile by purchasing the authentic key design of your respective issue, enable everyone notice exactly what each of the peace with the visitors should declare.Effectively executed.

  14. Adventure said this on

    Hi, Neat post. There is a problem with your site in internet explorer, would test this… IE still is the market leader and a good portion of people will miss your great writing due to this problem.

  15. pearl jewellery said this on

    I just couldn’t depart your website prior to suggesting that I extremely enjoyed the standard information a person provide for your visitors? Is going to be back often to check up on new posts

  16. Michael Wallace said this on

    Hi there , I am making a new site almost like wikipedia and I think your articles would fit the context good. Would I be able to copy and paste your article?

  17. Jailbreak,jail break, jailbreakme said this on

    Jailbreak,jail break, jailbreakme…

    [...]Web Expose » Blog Archive » Coloured, paged subversion diff output on Linux-like computers[...]…

Leave a Reply