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

  • SEARCH
  • Home
  • 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 9066575
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T16:45:29+00:00 2026-06-16T16:45:29+00:00

I did an svn update from the command line on a fairly old sandbox

  • 0

I did an svn update from the command line on a fairly old sandbox with a few local changes. There were conflicts detected, so I saw the usual output:

Conflict discovered in 'file.cpp'.
Select: (p) postpone, (df) diff-full, (e) edit,
        (mc) mine-conflict, (tc) theirs-conflict,
        (s) show all options: p

I hadn’t set up my svn command line options on this computer, so my preferred method of launching meld to resolve the conflict wasn’t available. Therefore I chose to postpone the conflict until I had meld set up.

I then set up meld, using a similar procedure to the one shown here.

Now, doing another svn update does not rediscover the conflict and therefore does not give me the option to launch meld. I only get an “At revision ...” shown. Is there a way to get the “Conflict discovered in ...” line again? Or is there a command to launch the 3-way meld resolver?

  • 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-06-16T16:45:30+00:00Added an answer on June 16, 2026 at 4:45 pm

    According to it’s documentation meld can be used as a git merge helper. A git merge helper is called like this:

    When git mergetool is invoked with this tool (either through the -t or
    –tool option or the merge.tool configuration variable) the configured command line will be invoked with $BASE set to the name of a temporary
    file containing the common base for the merge, if available; $LOCAL
    set to the name of a temporary file containing the contents of the
    file on the current branch; $REMOTE set to the name of a temporary
    file containing the contents of the file to be merged, and $MERGED set
    to the name of the file to which the merge tool should write the
    result of the merge resolution.

    So at least you can run it like this:

    export BASE=some_file.r123
    export LOCAL=some_file.mine
    export REMOTE=some_file.r124
    export MERGED=some_file
    meld
    

    I don’t know whether this is the same as running it with its three-file syntax: meld some_file.r123 some_file.mine some_file.r124.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am unable to update or commit to svn from a machine that did
When I did svn update and SVN asked me about a few differences, I
I just did an svn merge from a branch to a trunk in my
So developer X and Y did checkout from svn repo with revision no as
I did a checkout from my trunk to a local DIR and made lots
Our SVN server has recently moved servers (from serverA to serverB). I did a
Many editors will notice when a file changes out from under them. Are there
What I did : Performed svn up Renamed a folder from foo to bar
Ok, I did a svn update on my repo, but one particular file does
I have created a new branch and did svn import of the source files

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.