Martin,

Thanks for the pointer.  I had been looking at the Bitbake manual over at 
openembedded.org, which still has "proto=" in its examples.  Also, I'm in the 
process of moving some recipes over from OpenEmbedded Classic 
(2011.03-maintenance branch) to Poky (poky-danny branch), and I was trying it 
out under OE-Classic.  Even with the updated recipe, the fetch didn't work 
under my OE-Classic build environment.  But, the fetch worked just fine under 
poky-danny.  Since I'm transitioning to Poky, I'm not going to bother trying to 
figure out why it didn't work with the old build system.

Thanks,
Bryan

> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of
> Martin Jansa
> Sent: Thursday, April 25, 2013 4:41 PM
> To: [email protected]
> Subject: Re: [oe] SRC_URI for Subversion server not supporting svn://
> protocol
> 
> On Thu, Apr 25, 2013 at 04:11:44PM -0400, Bryan Evenson wrote:
> > I have a Subversion server that is setup for https:// access only
> (Apache server which redirects all http to https, no svnserve active).
> There is an application on the repository that I would like to create a
> recipe for.  However, I'm running into issues with the SRC_URI for this
> application.
> >
> > If I create a SRC_URI of the form:
> > SRC_URI =
> "svn://path/to/svn/repository/;module=projectname;rev=HEAD;proto=https"
> 
> Close, but use protocol=https.
> 
> > Then the fetch fails due to the svn checkout command being formed as:
> > svn co svn://path/to/svn/repository/ projectname
> >
> > which my Subversion server rejects because it's not implementing the
> svn protocol (I know there are other checkout options in the command,
> but they're not important to this topic).  If I then change the SRC_URI
> as follows:
> > SRC_URI =
> "https://path/to/svn/repository/;module=projectname;rev=HEAD;proto=svn";
> >
> > Then during the fetch it attempts to use wget instead of a svn
> checkout.  This also has issues since the base wget checkout is setup
> to checkout a single file and not recursively checkout a directory.
> Plus, I'd like to do a Subversion checkout for my workflow.
> >
> > Is there a way to tell Bitbake to do a svn checkout but use an
> https:// URL?  If not, does anyone else have any other suggestions?
> >
> > Thanks,
> > Bryan
> >
> > _______________________________________________
> > Openembedded-devel mailing list
> > [email protected]
> > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-
> devel
> 
> --
> Martin 'JaMa' Jansa     jabber: [email protected]

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to