Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6730881
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T10:27:43+00:00 2026-05-26T10:27:43+00:00

I am starting to use Subversion on Linux. svn diff gives a very cryptic

  • 0

I am starting to use Subversion on Linux. svn diff gives a very cryptic view—very, very unfriendly to eyes. How do I interpret its output? And more importantly, is there a way to view the difference in vimdiff kind of neat style, where both files will open side by side?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T10:27:44+00:00Added an answer on May 26, 2026 at 10:27 am

    Found it at:
    http://blog.tplus1.com/index.php/2007/08/29/how-to-use-vimdiff-as-the-subversion-diff-tool/

    This blog post takes the script directly from the SVN book external diff tools example:

    diffwrap.sh

    #!/bin/sh
    
    # Configure your favorite diff program here.
    DIFF="/usr/local/bin/vimdiff"
    
    # Subversion provides the paths we need as the sixth and seventh 
    # parameters.
    LEFT=${6}
    RIGHT=${7}
    
    # Call the diff command (change the following line to make sense for
    # your merge program).
    $DIFF $LEFT $RIGHT
    
    # Return an errorcode of 0 if no differences were detected, 1 if some were.
    # Any other errorcode will be treated as fatal.
    

    Note: This assumes that your vimdiff is in /usr/local/bin, for me, in Fedora, it was in /usr/bin. If you can’t find it run:

    $ whereis vimdiff
    

    Then in ~/.subversion/config:

    [helpers]
    ...
    diff-cmd = /home/<username>/bin/diffwrap.sh
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am just starting to use Subversion with Tortoise SVN client for one of
we are a small startup company, starting from scratch. We use Subversion, the repository
Just starting to use Ruby on Rails to see what its like. I have
I'm starting to use SVN repositories for all of our websites and wanted to
We are starting to use a Scrum process for development. We have a nice
I'm just starting to use Django for a personal project. What are the pros
I'm starting to use ASP.NET Ajax. Following Eric Pascarello's recommendations, I always operate under
I am starting to use the jquery $.ajax() but I can't get back what
I am starting to use some Java code which was written by someone else.
I'm starting to use Moq and I cannot figure out how to test the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.