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

Re: ra_dav and svn_ra_check_path not using the requested revision

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-03-31 17:54:51 CEST

Philip Martin <philip@codematters.co.uk> writes:

> $ svn cp -r3 http://localhost/repo/foo/z.c http://localhost/repo/x1
> ../svn/subversion/libsvn_ra_dav/util.c:780: (apr_err=160016)
> svn: PROPFIND request failed on '/obj/repo/foo/z.c'
> ../svn/subversion/libsvn_ra_dav/util.c:368: (apr_err=160016)
> svn: Failure opening '/foo/z.c'

Oops! There's a spurious /obj there, I tried and failed to "tidy up"
the command to remove details specific to my machine. Here's the full
thing:

$ svn cp -r3 http://localhost:8888/obj/repo/foo/z.c http://localhost:8888/obj/repo/x1
../svn/subversion/libsvn_ra_dav/util.c:780: (apr_err=160016)
svn: PROPFIND request failed on '/obj/repo/foo/z.c'
../svn/subversion/libsvn_ra_dav/util.c:368: (apr_err=160016)
svn: Failure opening '/foo/z.c'

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 31 17:56:05 2005

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.