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

Re: Moving files around on a https repository

From: Jani Averbach <jaa_at_jaa.iki.fi>
Date: 2004-11-18 08:35:43 CET

On 2004-11-17 10:08-0600, Andrew Leeper wrote:
> Hi all.
>
> I'm running into an issue with moving files around on a
> working copy and then checking the changes into a
> repository over https. The operation I want to perform
> works correctly over http.
>
...
> Virtual Host Configuration:
>
> <VirtualHost *:80 *:443>
> ServerName svn.nivenhuh.net
> DocumentRoot ***
>
> <Location />
> DAV svn
> SVNPath ***
> AuthType Basic
> AuthName "NivenHuH.Net's Repository"
> AuthUserFile ***
> Require valid-user
>
> AllowOverride None
> Options None
> </Location>
> </VirtualHost>
>
>
> Thanks, in advance, for taking the time to check this out..
>

Your WebDAV server sees your move, copy commands to be come as from
different namespace (domain names), and refuces to do the operations.
This happens because your are mixing https and name based virtual
domains, which don mix well:
http://httpd.apache.org/docs-2.0/vhosts/name-based.html

Br, Jani

-- 
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 18 08:36:33 2004

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.