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

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
repository 1.4.6. Here's a situation:

 

We've been using subversion repository 1.4.6 with 1.4.* clients without
any problems, but since we've upgraded the client to 1.5.* we started
seeing these errors trying to update WC:

 

 

svn: Repository moved permanently to 'http://10.2.8.10:81/toolbox/';
please relocate

 

Repositories are outside of the DocumentRoot and do not overlap with any
of the apache configuration information. We are able to check out a
repository from the server, but updates go haywire. A copy of subversion
configuration in apache:

 

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

******************************************************************************
Nothing contained in this e-mail shall (a) be considered a legally binding agreement, amendment or modification of any agreement with Marvel, each of which requires a fully executed agreement to be received by Marvel or (b) be deemed approval of any product, packaging, advertising or promotion material, which may only come from Marvel's Legal Department.
******************************************************************************
THINK GREEN - SAVE PAPER - THINK BEFORE YOU PRINT!
Received on 2008-07-30 16:37:11 CEST

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.