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

Re: Upgrading from 1.4 to 1.6.3

From: Stefan Sperling <stsp_at_elego.de>
Date: Mon, 13 Jul 2009 15:38:13 +0100

On Mon, Jul 13, 2009 at 10:22:06AM -0400, Vitaliy Sholokhov wrote:
> Here's what happens...
> We have a trunk located at http://crossbow/toolbox/trunk
> and developer branches at http://crossbow/toolbox/branches
>
> When I try to merge from trunk to my branch via tortoisesvn
> (http://crossbow/toolbox/trunk -->
> http://crossbow/toolbox/branches/vitaliy) I get the error:
>
> ---
> Error: Repository moved permanently to 'http://crossbow:81/toolbox/';
> please relocate
> ---
>
> but there's no way to relocate the trunk since I'm pulling information
> from the trunk to my branch, not vice versa
>
> The repositories have been updated via 'svnadmin upgrade'

What I don't get is why you are using port 80 (the default) in the
URLs while the server is of the opinion that port 81 should be used.

For some reason, your HTTP server is sending a HTTP 301 response to
your merge request which causes the client to print the error
message you are seeing. What's causing this 301?

It can't have anything to do with svnadmin upgrade. The error you
are seeing is at the HTTP level. svnadmin uses plain file access and
has zero idea about how a repository is being accessed by its users
(svn://, http://, etc.).

Stefan
Received on 2009-07-13 16:39:16 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.