Hi every one,
I have to use svn client on HP-UNIX v10.20. I downloaded sources and compile them. I had to
make APR not threadsafe (--disable-threads), and remove sqlite.lo as dependency of libsvn_subr.
The result seems to be a working client (connecting through SVN network protocol to a svnserver
on a Linux machine).
So, everything seems good, but because I like to understand what I'm doing, I have few
questions: I read in README file that SQLite is REQUIRED for both server and client. So, because I
tested the client (co, export, up, st, ci), I feel that the client works fine. Is SQLITE really
REQUIRED for client? If so, when? Another question is why I could compile and link? (because it is
dynamic library?)
Thanks for your answers,
Franck.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2424616
Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-11-26 16:40:40 CET