Mathieu Maes - 2009-02-05 19:02:14
I've been trying to get this class to work on a Subversion server that requires authorization. I've already added the SASL class (http client requires it), but tough luck. This is my code:
$svn->setRepository("http://xxxxxxxx/");
$svn->setAuth("xxxx","xxxx");
The given information is definately correct, but the http client returns following error:
authentication error: the requested credential user is not defined
The SVN client itself returns error 3.
Thanks in advance!
Kind regards,
Mathew