Dear Cesar,
Thank you for all the excellent classes you have contributed!
I am thinking of using svn as a repository for versioned content that my application's users are creating.
I have had a look at the code and am struggling to descover how to drive the svn interface to commit files and revert to prevbious versions, for example.
The class uses the DAV interface to drive svn, but I do not seem to be able to find a mapping between the DAV methods and the svn methods.
eg
$this->initQuery($args,"PROPFIND",$url);
is used to get a raw directory dump, yet the svn documentation uses a totally different terminology
svn.collab.net/repos/svn/trunk/note
...
makes mention of the DAV metods like GET, REPORT and PROPFIND but that's as far as I have been able to get
Any pointers?
Many Thanks
Ian Thomas