I am encountering the crash described below when doing a particular merge.
I've tried the merge on a clean checkout - it still segfaults. The same
merge succeeds with svn 1.7.8. What are the steps that I should take in
order to file a meaningful issue report?
$ svn merge ^/offline/asmm/branches/uat/Production --verbose
--- Merging
*Segmentation fault*
$ svn info .
Path: .
Working Copy Root Path: <redacted>
URL: <redacted>
Relative URL: ^/offline/asmm/trunk/Production
Repository Root: <redacted>
Repository UUID: 3c33d142-4166-11dd-ac8f-de326a75b49c
Revision: 180446
Node Kind: directory
Schedule: normal
$ svn info ^/offline/asmm/branches/uat/Production
Path: Production
URL: <redacted>
Relative URL: ^/offline/asmm/branches/uat/Production
Repository Root: svn://etgsvn/etg
Repository UUID: 3c33d142-4166-11dd-ac8f-de326a75b49c
Revision: 180449
Node Kind: directory
(Compiled & running on CentOS 6.2)
$ svn --version
svn, version 1.8.1 (r1503906)
compiled Aug 16 2013, 14:07:12 on x86_64-unknown-linux-gnu
Copyright (C) 2013 The Apache Software Foundation.
This software consists of contributions made by many people;
see the NOTICE file for more information.
Subversion is open source software, see http://subversion.apache.org/
The following repository access (RA) modules are available:
* ra_svn : Module for accessing a repository using the svn network protocol.
- with Cyrus SASL authentication
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
Received on 2013-08-21 00:35:59 CEST