From 435e425976b72ef0962f1ca3de7cc4366c20ebeb Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 3 Jul 2014 15:27:54 +0300 Subject: bitbake: bitmake-user-manual-fetching.xml: Added transportuser parameter for SVN Fixes [YOCTO #6475] A new parameter has been added to make sure the user is not passed as the username for the subversion commands with the SVN fetcher. (Bitbake rev: 366c70dbb0e9916f50ce1a4ff3ad4bd2757832a3) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml index 7cc69f831e..6491c5f120 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml @@ -468,6 +468,13 @@ compile-time when set to "keep". By default, these directories are removed. + "transportuser": + When required, sets the username for the transport. + By default, this parameter is empty. + The transport username is different than the username + used in the main URL, which is passed to the subversion + command. + Following are two examples using svn: -- cgit v1.2.3-54-g00ecf