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

Re: svn warning when checkout.

From: Ryan Schmidt <subversion-2012a_at_ryandesign.com>
Date: Wed, 20 Jun 2012 00:15:20 -0500

On Jun 20, 2012, at 00:01, dhanushka ranasinghe wrote:

> i have svn repo that can be checkout from both http and https, but commits are only allowed via https. issue is when we checking out svn form http ... i get following waring ...
>
> is there any reason for that
>
> Fetching external item into 'modules/'
> svn: warning: 'http://svn.khc.com/repos/home/tests'
> is not the same repository as
> 'https://svn.khc.com/repos/home'

It sounds like your externals are using absolute https URLs, and Subversion complains that this does not match the URL you checked out the rest of the repository from when you check out with http.

I don't know why Subversion is caring about that. But have you considered using relative URLs for your externals? Usually that's better than using absolute URLs including the protocol.
Received on 2012-06-20 07:16:03 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.