All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Oberritter <obi@opendreambox.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] eglibc: use HTTP for svn checkout
Date: Wed, 15 Dec 2010 17:43:05 +0100	[thread overview]
Message-ID: <4D08F019.1010701@opendreambox.org> (raw)
In-Reply-To: <AANLkTin3EjUBP6Q84g-3B=rgO7Z_04oTUYqFN8hcR3a-@mail.gmail.com>

On 12/15/2010 05:35 PM, Chris Larson wrote:
> On Tue, Dec 14, 2010 at 10:11 AM, Khem Raj <raj.khem@gmail.com> wrote:
>>> Note that if you use a mirror site with the SVN checkout archive in it, you
>>> won't try and do the fetch at all.  This may or may not be applicable to
>>> your case.  For your case I think what we really want is a way to globally
>>> toggle the svn protocol argument.
>>
>> yes that would be something more useful. I guess we could add it to
>> all SCM fetching recipes.
> 
> I wonder if the PREMIRRORS/MIRRORS handling is smart enough to let us
> use its regex for the components to replace protocol= in the url
> parameters.

This won't suffice, because svn may have different URLs for svn and
http, like in the discussed patch (branches vs. svn/branches):

-SRC_URI =
"svn://svn.eglibc.org/branches;module=${EGLIBC_BRANCH};proto=svn \
+SRC_URI =
"svn://svn.eglibc.org/svn/branches;module=${EGLIBC_BRANCH};proto=http \

Regards,
Andreas




  reply	other threads:[~2010-12-15 16:44 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-13 17:13 [PATCH] eglibc: use HTTP for svn checkout Ryan D Phillips
2010-12-13 20:00 ` Khem Raj
2010-12-14 16:30   ` Ryan D Phillips
2010-12-14 16:55     ` Tom Rini
2010-12-14 17:11       ` Khem Raj
2010-12-15 16:35         ` Chris Larson
2010-12-15 16:43           ` Andreas Oberritter [this message]
2010-12-15 16:45             ` Chris Larson
2010-12-14 17:09     ` Khem Raj
2010-12-15 10:32     ` Enrico Scholz
2010-12-14  7:57 ` Aeschbacher, Fabrice

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D08F019.1010701@opendreambox.org \
    --to=obi@opendreambox.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.