Date: Thu, 10 Aug 2000 03:49:15 -0700 From: Greg Stein <gstein@lyra.org> To: ietf-dav-versioning@w3.org Message-ID: <20000810034915.W19525@lyra.org> Subject: move/copy/delete/etc in a change set I'd like to enable change sets (i.e. a transacted set of changes to a DeltaV repository) that includes MOVE, COPY, DELETE, MKCOL, or PUT. However, it appears that each of these are spec'd as taking place immediately against an auto-versioned collection. Is there a way to do this? If not, then I would suggest we add something. These kinds of changes can definitely occur in a change set. For example, consider a repository for code development. I can easily see torching an old interface (DELETE), adding a new one (PUT), create a subdir for some new tests for the interface (MKCOL), and moving a test from an old into the new, along with some changes to that file (MOVE and PUT). Thoughts? Thx, -g -- Greg Stein, http://www.lyra.org/