RE: exclusive checkout of VCR
"Clemm, Geoff" <[email protected]> Tue, 11 Mar 2003 09:14:03 -0500
| Newsgroups | gmane.ietf.deltav |
|---|---|
| Message-ID | <E4F2D33B98DF7E4880884B9F0E6FDEE2021C615A@SUS-MA1IT01> |
From: Sohn, Matthias [mailto:[email protected]] We want to prohibit concurrent checkouts in the same workspace only, i.e. if a user exclusively checks out a VCR pointing to Version V7 in workspace A we want to prevent concurrent checkouts in the same workspace only, but checkout of a VCR of a different workspace B currently pointing to the same version V7 shall be allowed. Is there a way to specify this in DeltaV ? There's no standard way for you to expose that restriction, so I'd suggest just returning DAV:checkin-fork-forbidden with some custom error string indicating that it is a checkout in this workspace that is blocking the CHECKOUT. Cheers, Geoff