fetch/svn.py: use username/password when provided in SRC_URI - close OE#1781
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Tue, 23 Jan 2007 23:33:47 +0000 (23:33 +0000)
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>
Tue, 23 Jan 2007 23:33:47 +0000 (23:33 +0000)
commit3755bff8fd7247fc3047953c2956eff0bed16af3
tree9f92a3a2543ff644ae428187b786b1153c4f5580
parent698fd3fbf20c6916a5f95c89840e1941af99be2b
fetch/svn.py: use username/password when provided in SRC_URI - close OE#1781

- subversion will still ask if self-signed SSL certificate will be used.
- patch looks very intrusive but some of changes were needed to be done
  to get it working properly:

  svncmd = "svn co -r {%s} %s://%s/%s" % (date, proto, svnroot, module)

  and next (now removed) lines makes BitBake ignore SVNCOOPTS which now
  provide username, password and revision in similar way to trunk version.
lib/bb/fetch/svn.py