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

Re: PROPFIND request failed on branch check-out

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-06-07 18:00:41 CEST

On Mon, 2004-06-07 at 01:50, Brandstädter Reinhard wrote:

> cat -r 8 http://developerdb02/repos/FIT/branches/beta1-test/subprojects/api/.project
> HTTP Path Not Found
> svn: PROPFIND request failed on '/repos/FIT/!svn/bc/8/branches/beta1-test/subprojects/api/.project'
> svn: '/repos/FIT/!svn/bc/8/branches/beta1-test/subprojects/api/.project' path not found
>
> What does this error message mean?

It means that path isn't found in revision 8. Notice what subclipse is
trying to do. It's trying to "cat" a certain path from revision 8.

Using a normal svn client, if you 'svn list -r8 URL', is it true? Does
that path not exist in revision 8?

If so, then subclipse is probably being bitten by issue #1093, which is
now fixed in /trunk and will be released in svn 1.1.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 7 18:03:38 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.