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

Re: [BUG] Merge doesn't report error if URL doesn't exist

From: François Beausoleil <fbeausoleil_at_ftml.net>
Date: 2004-08-09 23:19:13 CEST

Hello Ben,

Ben Collins-Sussman wrote:
> On Sun, 2004-08-08 at 14:38, François Beausoleil wrote:
>
>>Hi !
>>
>>The repro recipe below illustrates the problem (sample run at end):
>
>
> I'm using an svn-1.1 client on RH9, and I can't reproduce. Can you try
> a 1.1 client on win32, and see if the bug is still there?
>

$ svn --version
svn, version 1.1.0 (Release Candidate 1)
    compiled Jul 19 2004, 09:03:26
...

$ svn merge -r1:head file:///D:/scratch/repos/garble
svn: File not found: revision 3, path '/garble'

$ svn merge -r1:head file:///D:/scratch/repos/garble/garfunkle
svn: File not found: revision 3, path '/garble/garfunkle'

$ svn merge -r1:head file:///D:/scratch/repos/garble/garfunkle/terry
svn: File not found: revision 3, path '/garble/garfunkle/terry'

$ svn merge -r1:head file:///D:/scratch/repos/trunk
A file2.txt

Confirmed, does not reproduce.

Sorry for the noise.

Thanks !
François

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 9 23:20:03 2004

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.