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): options = [] + options.append("--no-auth-cache") + if ud.user: options.append("--username %s" % ud.user)