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

cannot ignore stdio #17

Open
yibingxiong opened this issue Nov 18, 2019 · 0 comments
Open

cannot ignore stdio #17

yibingxiong opened this issue Nov 18, 2019 · 0 comments

Comments

@yibingxiong
Copy link

var Client = require('svn-spawn');
var client = new Client({
    cwd: '/path to your svn working directory',
    username: 'username', // optional if authentication not required or is already saved
    password: 'password', // optional if authentication not required or is already saved
    noAuthCache: true, // optional, if true, username does not become the logged in user on the machine
});

Like this, when the username or password is wrong. the server will open a stdio to wait input username and password. This is can't ignore the stdio.
Could you support this feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant