| Problem with subversion repository 1.4 and client 1.5
From: Sholokhov, Vitaliy <vsholokhov_at_marvel.com>
 Date: Wed, 30 Jul 2008 10:32:57 -0400 
Hey all,
  
 We're having issues here with subversion client 1.5.0-* working with
  
 We've been using subversion repository 1.4.6 with 1.4.* clients without
  
  
 svn: Repository moved permanently to 'http://10.2.8.10:81/toolbox/';
  
 Repositories are outside of the DocumentRoot and do not overlap with any
  
 <VirtualHost 10.2.8.10:81>
 ServerName development
 <Location />
         DAV svn
         SVNParentPath /usr/local/subversion
         AllowOverride All
         Require valid-user
         # how to authenticate a user
         AuthType Basic
         AuthName "Subversion Repository"
         AuthUserFile /var/www/.sub_passwd
  
 </Location>
 </VirtualHost>
  
 Subversion server setup (this is a FreeBSD 6.2 machine):
  
 Server version: Apache/2.0.63
 Server built:   Apr 16 2008 16:52:47
 Server's Module Magic Number: 20020903:13
 Server loaded:  APR 0.9.17, APR-UTIL 0.9.15
 Compiled using: APR 0.9.17, APR-UTIL 0.9.15
  
 Berkeley db 4.1
  
 Subversion repositories are running on 1.4.6 version
  
 The client setup (this is a Red Hat Enterprise 4 machine):
 Subversion client installed is 1.5.0 (r31699)
 ******************************************************************************
 | 
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.