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

Re: Issue 1313 - svn copy URL1 URL2 fails silently

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-05 16:40:30 CEST

Shlomi Fish <shlomif@vipe.technion.ac.il> writes:

> The issue in question is:
>
> http://subversion.tigris.org/issues/show_bug.cgi?id=1313
>
> Now, on my system the following happens:
>
> <<<
> shlomi:~# svn copy http://localhost:8080/svn/repos/hello.c \
> http://localhost:8080/svn/shlomif-homepage/ -m "hello"
> svn: RA layer request failed
> svn: The path was not part of a repository
> svn: PROPFIND request failed on '/'
> svn: PROPFIND of '/': 405 Method Not Allowed (http://localhost:8080)
> >>>
>
> So, it does not appear to be very silent. Or is it?

I don't think the bug is that the behavior is silent or not; the point
is that svn_client_copy() should be explicitly looking for mismatched
repository UUIDs, and throwing a specific error. We're doing that in
some other places already.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 5 16:42:27 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.