Hello Daniel, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:
> Hello, has anybody been able to connect to subversion using the Slide Client > API. It is a great API to work with but so far I have only been able to optain > information from a subversion repository. I haven't been able to put or delete > methods from the server. I don't get any exceptions just false from the > putMethod. What could be wrong ? I get a 409 (conflict) response code if I try to write to the svn server. Subversion is not (yet) a real WebDAV server. While you can use the webdav protocol to read some informations about the most recent version, you have to use the svn client library (or a wrapper for the svn command line client)to change anything or read information about older versions. Maybe svn will implement the DeltaV Webdav extention some day, but this a long way to go. There are java bindings available for the svn client library. Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
