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

Re: Bug: merge --dry-run with wrong target

From: Martin von Oertzen <maletin_at_mail.berlios.de>
Date: 2005-04-12 09:50:17 CEST

I still get this Segmentation Fault with the new svn-version.
svn, version 1.1.4 (r13838) compiled Apr 10 2005, 01:31:37
svnadmin, version 1.1.4 (r13838) compiled Apr 10 2005, 01:31:37

> I get a segmentation fault with "merge --dry-run", if
> the svn:keyword property changed, and the target is wrong.
>
> $ svnadmin create repos
> $ svn co file:///var/lib/svn/repos/ wc
> Checked out revision 0.
> $ cd wc
> $ svn mkdir trunk
> A trunk
> $ echo "1" > trunk/file.txt
> $ svn add trunk/file.txt
> A trunk/file.txt
> $ svn ps svn:keywords 'id' trunk/file.txt
> property 'svn:keywords' set on 'trunk/file.txt'
> $ svn ci -m ''
> Adding trunk
> Adding trunk/file.txt
> Transmitting file data .
> Committed revision 1.
> $ svn pd svn:keywords trunk/file.txt
> property 'svn:keywords' deleted from 'trunk/file.txt'.
> $ svn mkdir branches
> A branches
> $ svn ci -m ''
> Adding branches
> Sending trunk/file.txt
> Committed revision 2.
> $ cd branches/
> $ svn merge --dry-run -r1:2 .. .

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 12 11:17:37 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.