Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-vcm-dev] Team + Refactoring (cont.)

Is there an open bug about this, or should I file one


Clemm, Geoff wrote:

This is a significant bug.  A move/rename is not a modification
to the file being moved, it is a modification to the directory/folder
that originally contained the file, and a modification to the
directory/folder that will contain the file.

So MOVE(/a/b, /c/d) should result in an IFileModification to
/a and an IFileModification to /b, not to /a/b or to /c/d.

Similarly, a DELETE(/a/b) should result in an IFileModification
to /a, not to /a/b.

On the other hand, a COPY(/a/b, /c/d) should result in an
IFileModification to /c/d.

Cheers,
Geoff






Back to the top