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