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

Re: merge --dry-run with wrong target

From: Maletin <maletin_at_mail.berlios.de>
Date: 2005-02-19 01:31:38 CET

Max Bowsher wrote:
> Martin von Oertzen wrote:
>
>> I get a segmentation fault with "merge --dry-run", if
>> the svn:keyword property changed, and the target is wrong.
>
>
> Recipe works OK for me using trunk.

which trunk? http://svn.collab.net/viewcvs/svn/trunk?
or are you at the directory trunk?

i'm using
svn, version 1.1.3 (r12730) compiled Feb 2 2005, 12:58:44
at berlios.de and
svn, Version 1.1.3 (r12730) übersetzt Jan 20 2005, 07:31:21
at home.
both give me this Segmentation fault.

it's important to be in the directory 'branches', so that
there is a "missing target":

$ svn diff -r1:2 ..
Property changes on: ../trunk/file.txt
Name: svn:keywords
    - id
$ svn merge -r1:2 .. .
Skipped missing target: 'trunk/file.txt'
Skipped missing target: 'trunk'
A branches
$ svn merge --dry-run -r1:2 ../trunk .
svn: Use --force to override this restriction
svn: 'branches/file.txt' is not under version control

these commands are all okay.
but i don't get a error-message, if i use the following
command.
$ svn merge --dry-run -r1:2 .. .
/usr/bin/svn: line 3: 10626 Segmentation fault /usr/bin/svn.exe "$@"
$ cat /usr/bin/svn
#!/bin/sh
umask 002
/usr/bin/svn.exe "$@"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Feb 20 07:14:08 2005

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

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