Re: [OE-core] SVN checkout ERROR: Function failed: Fetcher failure for URL:

2012-09-20 Thread Tarek El-Sherbiny
svn.local.repo has address 192.168.113.20 this is our local svn repository. On Wed, Sep 19, 2012 at 6:59 PM, Brian Lloyd wrote: > This may be a dumb question, but what does svn.local.repo resolve to? > > Brian A Lloyd > > On Sep 19, 2012, at 12:54 PM, Tarek El-Sherbiny < > tarek.elsherb...@gmai

Re: [OE-core] SVN checkout ERROR: Function failed: Fetcher failure for URL:

2012-09-19 Thread Brian Lloyd
This may be a dumb question, but what does svn.local.repo resolve to? Brian A Lloyd On Sep 19, 2012, at 12:54 PM, Tarek El-Sherbiny wrote: > I've tried with both protocol=http and without the argument at all. Still not > fetching! > > On Wed, Sep 19, 2012 at 6:41 PM, Khem Raj wrote: > On We

Re: [OE-core] SVN checkout ERROR: Function failed: Fetcher failure for URL:

2012-09-19 Thread Tarek El-Sherbiny
I've tried with both protocol=http and without the argument at all. Still not fetching! On Wed, Sep 19, 2012 at 6:41 PM, Khem Raj wrote: > On Wed, Sep 19, 2012 at 9:48 AM, Tarek El-Sherbiny > wrote: > > > > I would like to check out from our local SVN repository. This is the URI > > line I'm us

Re: [OE-core] SVN checkout ERROR: Function failed: Fetcher failure for URL:

2012-09-19 Thread Khem Raj
On Wed, Sep 19, 2012 at 9:48 AM, Tarek El-Sherbiny wrote: > > I would like to check out from our local SVN repository. This is the URI > line I'm using in the recipe: > > SRC_URI = > "svn://svn.local.repo/svn/dev_repos/Generation3_app;module=trunk;proto=http" use protocol=http above and make sur

[OE-core] SVN checkout ERROR: Function failed: Fetcher failure for URL:

2012-09-19 Thread Tarek El-Sherbiny
I would like to check out from our local SVN repository. This is the URI line I'm using in the recipe: SRC_URI = "svn://svn.local.repo/svn/dev_repos/Generation3_app;module=trunk;proto=http" When I try the same command bitbake is using on the command line it works fine. But bitbake is not fetchin