[BUG] Merge doesn't report error if URL doesn't exist
From: François Beausoleil <fbeausoleil_at_ftml.net>
Date: 2004-08-08 21:38:25 CEST
Hi !
The repro recipe below illustrates the problem (sample run at end):
rd /s/q repos wc
Only the last merge works, the other ones do not report an error. They
I've found issue 1249 (svn merge between
This is with Subversion 1.0.6 on WinXP SP1.
Bye !
===============================================
$ svn --version
$ svnadmin create repos
$ svn co file:///repos wc
$ cd wc
$ md trunk branches
$ cd trunk
$ echo this is a test 1>file.txt
$ cd ..
$ svn add trunk branches
$ svn ci -m "test"
$ svn cp trunk branches/1.x
$ svn ci -m "test"
Committed revision 2.
$ cd trunk
$ echo this is another test 1>file2.txt
$ svn add file2.txt
$ cd ..
$ svn ci -m "test"
$ cd branches/1.x
$ svn merge -r1:head file:///repos/garble
$ svn merge -r1:head file:///repos/garble/garfunkle
$ svn merge -r1:head file:///repos/garble/garfunkle/terry
$ svn merge -r1:head file:///repos/trunk
---------------------------------------------------------------------
|
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.