##// END OF EJS Templates
Change subversion adapter to not cache authentication and run non interactively...
Eric Davis -
r2714:1a9942ba9952
parent child
Show More
@@ -225,6 +225,7 module Redmine
225 str = ''
225 str = ''
226 str << " --username #{shell_quote(@login)}" unless @login.blank?
226 str << " --username #{shell_quote(@login)}" unless @login.blank?
227 str << " --password #{shell_quote(@password)}" unless @login.blank? || @password.blank?
227 str << " --password #{shell_quote(@password)}" unless @login.blank? || @password.blank?
228 str << " --no-auth-cache --non-interactive"
228 str
229 str
229 end
230 end
230 end
231 end
General Comments 0
You need to be logged in to leave comments. Login now