I have a WRT1900ACS v1 with LEDE 17.01.1 and I am trying to compile for the first time with subversion (svn).
I have done:
opkg update
opkg install subversion-client
opkg install subversion-libs
But whenever I try to:
svn co XXX
I get the following error:
I have read and came to the conclusion that I need to install the subversion package with an http client library (serf, neon...) but I do not know if I could configure it now that is installed, or if I should remove it and install it --with-serf.
Which will be the steps to have it installed/configured with serf as http client library (for example)? I am very new to UNIX.
Thanks in advance.