CHECKOUT -> MOVE (rename) -> UNCHECKOUT

Hi,

suppose I have a checked-in VCR at /foo/a.xml and the following scenario:

CHECKOUT /foo/a.xml
MOVE /foo/a.xml -> /bar/b.xml (i.e. rename)
UNCHECKOUT /bar/xml

Is the resource renamed back to /foo/a.xml by the UNCHECKOUT?

On one side, RFC 3253 specifies that UNCHECKOUT restores the pre-checkout
state of the resource (is the URL part of it?). On the other side, it should
be possible to rename a checked-in VCR.

Thanks in advance,
Peter.

Received on Saturday, 13 July 2002 09:51:30 UTC