I followed http://agilior.pt/blogs/pedro.rainho/archive/2010/02/06/11698.aspx to install SVN and WebSVN on my laptop ( ubuntu OS ) for first time ,but when I open http://localhost/WebSVN I will get followin errors:
Error running this command: svn --non-interactive --config-dir /tmp log --xml --quiet 'file:////var/sourcecontrol/svn/newRepository/@' --limit 1 svn: /usr/local/lib/libxml2.so.2: no version information available (required by /usr/lib/libneon-gnutls.so.27) svn: /usr/local/lib/libxml2.so.2: no version information available (required by /usr/lib/libneon-gnutls.so.27)
I google a lot to understand the problem,but I can't find anything in net about solving this.
where is the problem and how can I solve it?