summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/fetch2/svn.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/fetch2/svn.py')
-rw-r--r--bitbake/lib/bb/fetch2/svn.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/fetch2/svn.py b/bitbake/lib/bb/fetch2/svn.py
index ea5902e05b..cbf929e9c5 100644
--- a/bitbake/lib/bb/fetch2/svn.py
+++ b/bitbake/lib/bb/fetch2/svn.py
@@ -81,6 +81,8 @@ class Svn(FetchMethod):
81 81
82 options = [] 82 options = []
83 83
84 options.append("--no-auth-cache")
85
84 if ud.user: 86 if ud.user:
85 options.append("--username %s" % ud.user) 87 options.append("--username %s" % ud.user)
86 88