Re: ++ Compilling SVN on WIndows ++

2011-10-01 Thread Mario Brandt
Hi, there is a bit more than just inffast.obj Without the patch I build it this way (x86): --- snip --- C:\python27\python gen-make.py -t vcproj --vsnet-version=2008 --with-httpd=C:\build\httpd-2.2.19-sni6-x86 --with-openssl=C:\build\httpd-2.2.19-sni6-x86\srclib\openssl --with-zlib=C:\build\subve

svn command line client SNI

2011-08-12 Thread Mario Brandt
Hi, is there any chance that the standart svn client supports SNI? Cheers Mario

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 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 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-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

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

SVN 1.7

2011-07-24 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 gettin 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