Package: subversion
Version: 1.1.4-1
Severity: minor

I get a segmentation fault with "merge --dry-run", if
the svn:keyword property changed, and the target is wrong.

Because the Subversion-Mailing-List can't reproduce this
Bug, I think, it could be a bug at the debian-package.
http://svn.haxx.se/users/archive-2005-04/0752.shtml
http://subversion.tigris.org/issues/show_bug.cgi?id=2254


#!/bin/sh

SVN=/usr/bin/svn
SVNADMIN=/usr/bin/svnadmin

URL=file:///`pwd`/repos

rm -rf repos wc

${SVNADMIN} create repos
${SVN} co ${URL}/ wc

cd wc

${SVN} mkdir trunk
echo "1" > trunk/file.txt
${SVN} add trunk/file.txt
${SVN} ps svn:keywords 'id' trunk/file.txt
${SVN} ci -m ''
${SVN} pd svn:keywords trunk/file.txt
${SVN} mkdir branches
${SVN} ci -m ''

cd branches/

echo ""
echo "In directory wc/branches, about to run 'svn merge --dry-run -r1:2 ..
..':"
echo ""

${SVN} merge --dry-run -r1:2 .. .



This script above produces the following output at two
debian-systems with subversion 1.1.4-1 and 1.1.3-3:

Checked out revision 0.
A         trunk
A         trunk/file.txt
property 'svn:keywords' set on 'trunk/file.txt'
Adding         trunk
Adding         trunk/file.txt
Transmitting file data .
Committed revision 1.
property 'svn:keywords' deleted from 'trunk/file.txt'.
A         branches
Adding         branches
Sending        trunk/file.txt

Committed revision 2.

In directory wc/branches, about to run 'svn merge --dry-run -r1:2 ..  .':

/home/moertzen/bug.sh: line 30: 30171 Segmentation fault      ${SVN} merge
--dry-run -r1:2 .. .

Regards, Martin.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (400, 'testing'), (300, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.20
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages subversion depends on:
ii  db4.2-util                 4.2.52-18     Berkeley v4.2 Database Utilities
ii  libapr0                    2.0.53-5      the Apache Portable Runtime
ii  libc6                      2.3.2.ds1-20  GNU C Library: Shared libraries an
ii  libdb4.2                   4.2.52-18     Berkeley v4.2 Database Libraries [
ii  libexpat1                  1.95.8-1      XML parsing C library - runtime li
ii  libldap2                   2.1.30-3      OpenLDAP libraries
ii  libneon24                  0.24.7.dfsg-1 An HTTP and WebDAV client library
ii  libssl0.9.7                0.9.7e-3      SSL shared libraries
ii  libsvn0                    1.1.4-1       shared libraries used by Subversio
ii  libxml2                    2.6.16-6      GNOME XML library
ii  patch                      2.5.9-2       Apply a diff file to an original
ii  zlib1g                     1:1.2.2-3     compression library - runtime

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to