Hi! > A CheckIn will as far as I can see create a new version in the version > history of the VCR! But the delta-v document also talks about a > lock->unlock will create a new version (lock will automatically do a > checkout, end a checkin will be called when unlock) - is it > possible to > force the user to take out a lock on a resource before modifying the > resource?
Yes. When the VCR has the value DAV:locked-checkout at property DAV:auto-version. > How do I set this behavior in slide! I have been looking at the > domain.xml settings but I have not been able to find any documentation > on what possibilities I have for these settings! For a single VCR the value of the DAV:auto-version property can be set by means of PROPPATCH previously. You can also modify the default value for the DAV:auto-version property by setting (at the end of Domain.xml) the parameter "auto-version" to have value "locked-checkout". After restarting the server, newly created VCRs will have that value in the property. Regards, Peter -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
