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

svn: E205000: --trust-server-cert requires --non-interactive #48

Open
jadedgnome opened this issue May 24, 2018 · 0 comments
Open

svn: E205000: --trust-server-cert requires --non-interactive #48

jadedgnome opened this issue May 24, 2018 · 0 comments

Comments

@jadedgnome
Copy link

jadedgnome commented May 24, 2018

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

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)

svn --trust-server-cert --non-interactive checkout https://svn.code.sf.net/p/xmlrpc-c/code/stable/ xmlrpc-c

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