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

Re: tortoise 1.7 - error on repository manipulation

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 28 Oct 2011 10:00:13 +0100

Erwane Breton <contact_at_phea.fr> writes:

> On my client (windows 7 x64 tortoise SVN), i CAN commit with Tortoise
> 1.6.15 on my laptop but i CAN'T commit (or rename or delete) on my
> other computer with tortoise 1.7.1.22161
>
> The error is always the same
>
>> Commit
>> Commit failed (details follow):
>> '/svn/site/*!svn/me*' path not found

>> [Thu Oct 27 14:59:00 2011] [debug] mod_deflate.c(615): [client
>> 82.226.xxx.xxx] Zlib: Compressed 484 to 354 : URL
>> /svn/site/*!svn/me*

That's a v2 protocol problem. The v2 protocol is only used when both
client and server are 1.7. If you add "SVNAdvertiseV2Protocol off" to
the 1.7 Apache config file then clients should use the v1 protocol.

Do the error messages really have two '*' characters in the URL or is
that an email artifact?

Is your 1.7 server a write-through proxy to a 1.6 master? That won't
work unless you disable the v2 protocol because the 1.6 master will not
understand the v2 protocol.

Is there some proxy or filter between the client and server that is
corrupting the ULR?

-- 
Philip
Received on 2011-10-28 11:00:51 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.