SVN 1.7 SVNParentPath broken

2011-07-26 Thread Mario Brandt
I installed SVN/1.7.0-beta2 using it over apache 2.3.12, also tried the alphas before. With none of it I'm able to use SVNParentPath. I'm getting Could not open the requested SVN filesystem the same error if that wouldn't be a repo instead of showing the list of repos. my config

Re: SVN 1.7 SVNParentPath broken

2011-07-26 Thread Tony Butt
On Tue, 2011-07-26 at 10:04 +0200, Mario Brandt wrote: > I installed SVN/1.7.0-beta2 using it over apache 2.3.12, also tried > the alphas before. With none of it I'm able to use SVNParentPath. I'm > getting > > > Could not open the requested SVN filesystem > > This is because the repository for

Re: SVN 1.7 SVNParentPath broken

2011-07-26 Thread Daniel Shahaf
Tony Butt wrote on Tue, Jul 26, 2011 at 18:42:46 +1000: > On Tue, 2011-07-26 at 10:04 +0200, Mario Brandt wrote: > > I installed SVN/1.7.0-beta2 using it over apache 2.3.12, also tried > > the alphas before. With none of it I'm able to use SVNParentPath. I'm > > getting > > > > > > Could not open

Re: SVN 1.7 SVNParentPath broken

2011-07-26 Thread Mario Brandt
>> This is because the repository format changed slightly between the alpha >> releases and the beta2 release. You will need to re-create the >> repository. >> I had the exact same problem, dump and load into a new repository worked >> for me. The issues are not the repos. I can access my 1.6.17 a

Re: SVN 1.7 SVNParentPath broken

2011-07-26 Thread Tony Butt
On Tue, 2011-07-26 at 11:13 +0200, Mario Brandt wrote: > >> This is because the repository format changed slightly between the alpha > >> releases and the beta2 release. You will need to re-create the > >> repository. > >> I had the exact same problem, dump and load into a new repository worked > >

Re: SVN 1.7 SVNParentPath broken

2011-07-26 Thread Daniel Shahaf
Tony Butt wrote on Wed, Jul 27, 2011 at 10:47:39 +1000: > could not access my alpha2 created repository from beta2 using > mod_dav_svn and apache. That's expected. Did you get the error documented at http://subversion.apache.org/docs/release-notes/1.7#revprop-packing or some other error?

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Stefan Sperling
On Tue, Jul 26, 2011 at 11:13:24AM +0200, Mario Brandt wrote: > >> This is because the repository format changed slightly between the alpha > >> releases and the beta2 release. You will need to re-create the > >> repository. > >> I had the exact same problem, dump and load into a new repository wor

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Mario Brandt
Hi Stefen, of cause you can have the error log information. But I doubt it helps more. http://pastebin.com/N2TKddyE <--- log from the alpha http://pastebin.com/rvsq4hDM <--- log from current beta As I told the module tries to open the parent path as a repo which it isn't. Cheers Mario > Did

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Stefan Sperling
On Wed, Jul 27, 2011 at 04:14:16PM +0200, Mario Brandt wrote: > Hi Stefen, > of cause you can have the error log information. But I doubt it helps more. > > http://pastebin.com/N2TKddyE <--- log from the alpha > http://pastebin.com/rvsq4hDM <--- log from current beta > > As I told the module t

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Mario Brandt
Hi Stefan, > What happens if you switch your to something like > ? that did the trick. Than it works with SVNParentPath. I wonder why it doesn't work like before with just / in the location container. :-/ Mario

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Rob van Oostrum
On Wed, Jul 27, 2011 at 4:41 PM, Mario Brandt wrote: > Hi Stefan, >> What happens if you switch your to something like >> ? > > that did the trick. Than it works with SVNParentPath. I wonder why it > doesn't work like before with just / in the location container. :-/ > > Mario > Probably because

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Mario Brandt
Hi all, thanks for your help. > Probably because you have a default site at / that takes precedence > when Apache parses its config. Different to 1.6 with 1.7 I had to set the document root the same as SVNParentPath. Now it works again with Cheers Mario

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Tony Butt
On Wed, 2011-07-27 at 06:56 +0300, Daniel Shahaf wrote: > Tony Butt wrote on Wed, Jul 27, 2011 at 10:47:39 +1000: > > could not access my alpha2 created repository from beta2 using > > mod_dav_svn and apache. > > That's expected. Did you get the error documented at > http://subversion.apache.org/

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Daniel Shahaf
Tony Butt wrote on Thu, Jul 28, 2011 at 09:53:35 +1000: > On Wed, 2011-07-27 at 06:56 +0300, Daniel Shahaf wrote: > > Tony Butt wrote on Wed, Jul 27, 2011 at 10:47:39 +1000: > > > could not access my alpha2 created repository from beta2 using > > > mod_dav_svn and apache. > > > > That's expected.

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Tony Butt
On Thu, 2011-07-28 at 03:11 +0300, Daniel Shahaf wrote: > Tony Butt wrote on Thu, Jul 28, 2011 at 09:53:35 +1000: > > On Wed, 2011-07-27 at 06:56 +0300, Daniel Shahaf wrote: > > > Tony Butt wrote on Wed, Jul 27, 2011 at 10:47:39 +1000: > > > > could not access my alpha2 created repository from beta

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Tony Butt
On Thu, 2011-07-28 at 10:50 +1000, Tony Butt wrote: > On Thu, 2011-07-28 at 03:11 +0300, Daniel Shahaf wrote: > > Tony Butt wrote on Thu, Jul 28, 2011 at 09:53:35 +1000: > > > On Wed, 2011-07-27 at 06:56 +0300, Daniel Shahaf wrote: > > > > Tony Butt wrote on Wed, Jul 27, 2011 at 10:47:39 +1000: > >

Re: SVN 1.7 SVNParentPath broken

2011-07-27 Thread Daniel Shahaf
Tony Butt wrote on Thu, Jul 28, 2011 at 11:52:14 +1000: > I checked the apache logs, and found this: > [Thu Jul 28 10:48:14 2011] [error] [client 172.16.2.39] (20014)Internal > error: Found format '5', only created by unreleased dev builds; see > http://subversion.apache.org/docs/release-notes/1.