Skip to content
Snippets Groups Projects
Commit 1a9942ba authored by Eric Davis's avatar Eric Davis
Browse files

Change subversion adapter to not cache authentication and run non interactively

  #3424

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2819 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent a9ee9460
Branches
Tags
No related merge requests found
......@@ -225,6 +225,7 @@ module Redmine
str = ''
str << " --username #{shell_quote(@login)}" unless @login.blank?
str << " --password #{shell_quote(@password)}" unless @login.blank? || @password.blank?
str << " --no-auth-cache --non-interactive"
str
end
end
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment