[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: runtime error in TortoiseProc while merging

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 25 Feb 2009 20:25:52 +0100

Gleason, Todd wrote:
>> What merge info do you enter in the TSVN merge wizard? Using that
> info,
>> we can re-create the exact svn command you should try with the CL
> client.
>
> Merge a range of revisions, with the revision selection left blank. All
> other options are left at the defaults.
>
>> Also, at what point during the merge does TSVN crash?
>
> I get only one line in the progress dialog, saying that it is merging
> revisions X:HEAD. I think it takes somewhere in the range of 30 seconds
> to 2 minutes to crash.

Can you try the command

svn merge -rX:HEAD https://[server]/[path]/tags/[tag path] .

(without the --non-interactive, since I suspect a problem with the
interactive resolving).

Also, can you try merging with TSVN and in the progress dialog check the
checkbox "merge non-interactive" ?

The error "This application has requested the Runtime to terminate it in
an unusual way." is only shown if the application called exit() or
abort(). And TSVN never does that, only (unfortunately) the svn lib does.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=1228380
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-02-25 20:26:12 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.