moving a modifiedWithoutCheckout Change in a changelist
In mks you have to lock a file to associate it with a Change Package (equivalent of a change list).
At times I'd like to be able to organize my modifications (eg remove them from the "Modified without checkout" list) without locking them, Is this posisble ?
I have a change list listener, but it doesn't seem to be invoked
请先登录再写评论。
Hello Thibaut,
No, this is not possible. If you want to organize such modifications, you
need to report them as Change objects and not as "modified without checkout"
files.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Need to say the listener is called when i move changes between 2 mks controlled change lists
what about a Change with ModifiedWithoutCheckout status ?
Hello Thibaut,
What do you mean by "what about"? Yes, you can use such changes (the status
is actually called FileStatus.HIJACKED).
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I just tested the following
In my Change provider implementation I replaced
with
The changes are no longer in the "Modified without checkout" list, but I can now move them