Check whether your versioncontrol property in slide.properties is true. slide.properties is in slide-kernel.jar. The following property should be set to true. # Use version control (DeltaV) # Default: true org.apache.slide.versioncontrol=true
Most likely that should be true since you say that you haven't changed default properties. Next your resource should be "put under version control" for checkin-checkout to work. Use WebdavResource.versionControlMethod. You could also set <parameter name="auto-version-control">true</parameter> in Domain.xml, if you want every resource to be versioned by default. Regards, Ritu -----Original Message----- From: r d [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 11:11 AM To: [EMAIL PROTECTED] Subject: Checkin and checkout Hi, I am using Webdav client api. It seems I can do get and put but not any checkin and checkout on webdavresource. When I try, it says (405) method not allowed. What is the problem? Are there any specific steps before we can do checkout? I have default slide configuration and have not changed any settings. Thanks, rd. --------------------------------- Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
