RE: need some help with accessing SVN repository over HTTPS ยป redmine-svn-trust-certificates.patch
| lib/redmine/scm/adapters/subversion_adapter.rb 2011-06-24 01:29:38.627315182 +0200 | ||
|---|---|---|
| 260 | 260 | str = '' | 
| 261 | 261 |           str << " --username #{shell_quote(@login)}" unless @login.blank? | 
| 262 | 262 |           str << " --password #{shell_quote(@password)}" unless @login.blank? || @password.blank? | 
| 263 | str << " --no-auth-cache --non-interactive" | |
| 263 |           str << " --trust-server-cert --no-auth-cache --non-interactive" | |
| 264 | 264 | str | 
| 265 | 265 | end | 
| 266 | 266 | |