We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I didn't install docktorrent but I did attempt to use some code for compiling curl etc and I found that ; svn --trust-server-cert checkout https://svn.code.sf.net/p/xmlrpc-c/code/stable/ xmlrpc-c https://github.com/kfei/docktorrent/blob/master/Dockerfile#L24
svn --trust-server-cert checkout https://svn.code.sf.net/p/xmlrpc-c/code/stable/ xmlrpc-c
resulted in this error
svn: E205000: --trust-server-cert requires --non-interactive
I found that adding --non-interactive resolved the issue. this was tested on ubuntu 14.04 (Latest ubuntu OS provided by vps provider in 2018)
--non-interactive
svn --trust-server-cert --non-interactive checkout https://svn.code.sf.net/p/xmlrpc-c/code/stable/ xmlrpc-c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I didn't install docktorrent but I did attempt to use some code for compiling curl etc and I found that ;
svn --trust-server-cert checkout https://svn.code.sf.net/p/xmlrpc-c/code/stable/ xmlrpc-c
https://github.com/kfei/docktorrent/blob/master/Dockerfile#L24
resulted in this error
I found that adding
--non-interactive
resolved the issue. this was tested on ubuntu 14.04 (Latest ubuntu OS provided by vps provider in 2018)svn --trust-server-cert --non-interactive checkout https://svn.code.sf.net/p/xmlrpc-c/code/stable/ xmlrpc-c
The text was updated successfully, but these errors were encountered: