GetComponents is not asking for svn password

Issue #1329 closed
Frank Löffler created an issue

GetComponents uses the --non-interactive option to svn even for an initial checkout, which, even if needed, doesn't ask for an svn password. The effect is that if svn passwords are not already stored, a checkout using -noa fails on every repository that has to use passwords.

That means that we probably have to remove the --non-interactive option from svn checkout commands. GetComponents has to let svn handle this.

Keyword:

Comments (3)

  1. Log in to comment