[Mike Esler wrote:]
> 3 options: (1) decide on reserved vs. unreserved and stick with it, (2)
> create separate commands, or (3) add a boolean to the existing checkout
> command.
>
I'd like to see it matching (JSR147) javax.wvcm closely which would indicate
(3) above I think:
- From the spec download:
class ControllableResource::
void doCheckout(boolean forkOK, List activityList, boolean newActivity,
boolean unreserved)
Checkout this ControllableResource so that its content can be
modified.
Thanks,
-TR