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

0
5 comments
Avatar
Permanently deleted user

Hello Thibaut,

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 ?


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!"


0
Avatar
Permanently deleted user

Need to say the listener is called when i move changes between 2 mks controlled change lists

0
Avatar
Permanently deleted user

what about a Change with ModifiedWithoutCheckout status ?

0
Avatar
Permanently deleted user

Hello Thibaut,

what about a Change with ModifiedWithoutCheckout status ?


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!"


0
Avatar
Permanently deleted user

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

0

Please sign in to leave a comment.