Re: svn diff 'path not found' and 'Error reading spooled REPORT request response'

2010-01-22 Thread Andrey Repin
Greetings, Dan Poirier! > You were right - my attempt to put subversion at / is the root of my > problem. I was rewriting GET requests to go to viewvc, but looking at > access logs, subversion is doing a GET as part of this command. > I'm not sure why so much other stuff worked, leading me to mi

Re: svn diff 'path not found' and 'Error reading spooled REPORT request response'

2010-01-22 Thread Dan Poirier
You were right - my attempt to put subversion at / is the root of my problem. I was rewriting GET requests to go to viewvc, but looking at access logs, subversion is doing a GET as part of this command. I'm not sure why so much other stuff worked, leading me to mistakenly think subversion was nev

Re: svn diff 'path not found' and 'Error reading spooled REPORT request response'

2010-01-22 Thread Dan Poirier
> "Bert" == Bert Huijben writes: Bert> At which level in this url is your repository located? /, as you guessed. Bert> Can you quote the relevant porting from your apache config? Bert> (Most likely the block). Here you go. Maybe I'm getting too clever with mod_rewrite to try t

Re: svn diff 'path not found' and 'Error reading spooled REPORT request response'

2010-01-22 Thread Stefan Sperling
On Fri, Jan 22, 2010 at 06:58:48AM -0500, Dan Poirier wrote: > We've found an (apparently) simpler case of what looks like the same > error: > > $ svn ls https://domain.example/dir1/PROJECT/trunk/README > README > $ svn cat https://domain.example/dir1/PROJECT/trunk/README > svn: '/!svn/bc/23694/di

RE: svn diff 'path not found' and 'Error reading spooled REPORT request response'

2010-01-22 Thread Bert Huijben
> -Original Message- > From: news [mailto:n...@ger.gmane.org] On Behalf Of Dan Poirier > Sent: vrijdag 22 januari 2010 12:59 > To: users@subversion.apache.org > Subject: Re: svn diff 'path not found' and 'Error reading spooled REPORT > request response

Re: svn diff 'path not found' and 'Error reading spooled REPORT request response'

2010-01-22 Thread Dan Poirier
We've found an (apparently) simpler case of what looks like the same error: $ svn ls https://domain.example/dir1/PROJECT/trunk/README README $ svn cat https://domain.example/dir1/PROJECT/trunk/README svn: '/!svn/bc/23694/dir1/PROJECT/trunk/README' path not found I don't see any command line optio

svn diff 'path not found' and 'Error reading spooled REPORT request response'

2010-01-21 Thread Dan Poirier
We've been seeing errors like this when trying to compare a tagged tree to our trunk. I've tried to recreate with a small repository, but haven't been able to. I'd appreciate suggestions on where I should look next to figure this out. svn diff \ https://domain.example.com/dir1/PROJECT/tags/PROJ