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

Re: strange "svn list" problem / bug?

From: <kfogel_at_collab.net>
Date: 2004-03-23 14:41:21 CET

Steven Knight <steven.knight@unh.edu> writes:
> I'm running subversion-1.0.1, compiled from source, on gentoo. So, here
> is problem:
>
> $svnroot is a shell variable for http access to my repository ( the
> ra_local URL is file:///svn/repos )
>
> $ svn list $svnroot/
> subversion/libsvn_ra_dav/util.c:661: (apr_err=175002)
> svn: PROPFIND request failed on '/svn'
> subversion/libsvn_ra_dav/util.c:285: (apr_err=175002)
> svn: PROPFIND of '/svn': 405 Method Not Allowed (http://skk.ath.cx)

I tried the "same thing" and it worked fine for me:

   $ ls `pwd`/repositories/basic_tests-1
   conf/ dav/ db/ format hooks/ locks/ README.txt
   $ svn ls file://`pwd`/repositories/basic_tests-1
   A/
   iota
   $ svn ls file://`pwd`/repositories/basic_tests-1/
   A/
   iota
   $

Can you show us the output of

   $ echo $svnroot
   $ ls -lR $svnroot

?

> Alright, let's try this:
>
> $ svn list $svnroot/vim/
> |
> --> This works.

It's better to show the real output, in general. (Doesn't matter much
in this case, just mentioning it for next time.)

> Any thoughts, suggestion, questions??

Want to see real expansion of $svnroot, and a detailed ls :-).

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 23 15:51:53 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.