You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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: