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

Bug? '/repos/!svn/bc/1125/hw/2005-2006/db/amazon/jsp/src/editCart.jsp' path not found

From: Scott Lamb <slamb_at_slamb.org>
Date: 2006-03-23 08:32:23 CET

I've got a misbehaving fsfs repository which I assume is due to a
bug. I don't see it in the database.

Using a Subversion 1.2.1 server and client:

     $ svn ls http://svn.visualdistortion.org/repos/hw/2005-2006/db/
amazon/jsp/src
     WEB-INF/
     admin/
     editCart.jsp
     images/
     index.jsp
     scripts/
     stylesheets/
     $ svn info http://svn.visualdistortion.org/repos/hw/2005-2006/db/
amazon/jsp/src/editCart.jsp
     svn: REPORT request failed on '/repos/!svn/bc/1125/hw/2005-2006/
db/amazon/jsp/src/editCart.jsp'
     svn: '/repos/!svn/bc/1125/hw/2005-2006/db/amazon/jsp/src/
editCart.jsp' path not found

Commits to that file give this error:

     svn: Commit failed (details follow):
     svn: PROPFIND request failed on '/repos/!svn/bc/1125/hw/
2005-2006/db/amazon/jsp/src/editCart.jsp'
     svn: '/repos/!svn/bc/1125/hw/2005-2006/db/amazon/jsp/src/
editCart.jsp' path not found

A Subversion 1.2.3 client gives a more generic error message:

     $ svn info http://svn.visualdistortion.org/repos/hw/2005-2006/db/
amazon/jsp/src/editCart.jsp
     http://svn.visualdistortion.org/repos/hw/2005-2006/db/amazon/jsp/
src/editCart.jsp: (Not a valid URL)
     $ svn pl http://svn.visualdistortion.org/repos/hw/2005-2006/db/
amazon/jsp/src/editCart.jsp
     subversion/libsvn_client/prop_commands.c:756: (apr_err=145000)
     svn: Unknown node kind for 'http://svn.visualdistortion.org/
repos/hw/2005-2006/db/amazon/jsp/src/editCart.jsp'

In either case, access_log shows a 404 on the path that Subversion
1.2.1 mentioned. error_log shows nothing.

The repository seems otherwise healthy. I tried dumping and restoring
it just because; no change. I would have tried the bdb fs-type, too,
but that's not easy on this machine. (It's pre-NPTL (RedHat 7.3!), so
there are complications because it doesn't support the pshared
mutexes Berkeley DB wants by default.)

-- 
Scott Lamb <http://www.slamb.org/>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 23 08:32:39 2006

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.