From 366c70dbb0e9916f50ce1a4ff3ad4bd2757832a3 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 3 Jul 2014 15:27:54 +0300 Subject: 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. Signed-off-by: Scott Rifenbark --- doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml b/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml index 7cc69f831..6491c5f12 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml +++ b/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 1.2.3-korg