Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use --non-interactive when running svn client #1969

Merged
merged 1 commit into from
Oct 24, 2015
Merged

use --non-interactive when running svn client #1969

merged 1 commit into from
Oct 24, 2015

Commits on Oct 23, 2015

  1. use --non-interactive when running svn client

    If there is a problem in connecting to the Subversion server,
    e.g. credential or certificate related, the CLI client will pause to
    ask the user for input on the console. This is not handled by bower
    Subversion Resolver, causing the install process to hang forever
    with no message printed to the bower user.
    
    Running the Subversion CLI client with the option --non-interactive
    will instead cause the client to exit upon such an error.This is
    detected by the bower resolver and the message printed to the user,
    making it much easier to investigate and solve the underlying problem.
    hojt committed Oct 23, 2015
    Configuration menu
    Copy the full SHA
    4836a0c View commit details
    Browse the repository at this point in the history