Re: Bug: merge --dry-run with wrong target
From: <kfogel_at_collab.net>
Date: 2005-04-12 17:13:01 CEST
Martin von Oertzen <maletin@mail.berlios.de> writes:
Thanks for reporting. I thought this might be the same bug as
http://subversion.tigris.org/issues/show_bug.cgi?id=2254
But using the following shell script, I can't reproduce your bug.
#!/bin/sh
SVN=${HOME}/src/subversion/subversion/clients/cmdline/svn
URL=file:///`pwd`/repos
rm -rf repos wc
${SVNADMIN} create repos
cd wc
${SVN} mkdir trunk
cd branches/
echo ""
${SVN} merge --dry-run -r1:2 .. .
---------------------------------------------------------------------
|
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.