CHECKOUT -> MOVE (rename) -> UNCHECKOUT
"Nevermann, Dr., Peter" <[email protected]>
| Newsgroups | gmane.ietf.deltav |
|---|---|
| Message-ID | <[email protected]> |
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.