Hi, do you know more about the java bindings for the svn client library ? Or would you recommend using another server ? What I basically need is versioning information for files to be located in a central repository but I assume this can be done in a any good DeltaV server implementation ? Do you know of any ? >From what I understand versioning is not supported in Slide right ?
Thanks, Quoting Martin Holz <[EMAIL PROTECTED]>: > 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] > ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
