Difference between revisions of "Fetch from secure CVS and SVN"

From Openembedded.org
Jump to: navigation, search
(New page: '''Q: bitbake fetch breaks on a secure connections for svn or cvs, what shall I do?''' A: bitbake/OE has [http://bugs.openembedded.net/show_bug.cgi?id=2501 a bit of a problem with https f...)
 
Line 2: Line 2:
  
 
A: bitbake/OE has [http://bugs.openembedded.net/show_bug.cgi?id=2501 a bit of a problem with https for cvs and svn] checkouts.  You need to run "svn info $svnhost" once and permanently accept the certificate before you can fetch sources for OE.
 
A: bitbake/OE has [http://bugs.openembedded.net/show_bug.cgi?id=2501 a bit of a problem with https for cvs and svn] checkouts.  You need to run "svn info $svnhost" once and permanently accept the certificate before you can fetch sources for OE.
 +
 +
[[Category:FAQ]]

Revision as of 01:15, 5 August 2008

Q: bitbake fetch breaks on a secure connections for svn or cvs, what shall I do?

A: bitbake/OE has a bit of a problem with https for cvs and svn checkouts. You need to run "svn info $svnhost" once and permanently accept the certificate before you can fetch sources for OE.