when checkin in a directory, CC already has a default
comment ready (i.,e. "this file" remove, "that file" added
etc..).
Could you show this default comment in the Eclipse
PLugin?
I've looked around.. Clearcase does NOT provide a way to
QUERY that information.. You can only choose to perform the
checkin using the "default comment" by using the command.
Logged In: YES
user_id=407214
Do you know how I could get that information with a query
from clearcase?
Logged In: YES
user_id=491419
I've looked around.. Clearcase does NOT provide a way to
QUERY that information.. You can only choose to perform the
checkin using the "default comment" by using the command.
ci -nc <directoryname>
see http://makeashorterlink.com/?T52212103 for more info
Logged In: YES
user_id=491419
Just to remember:
lshistory -last 1 -fmt %c Filename
retrieves the comment of the last version (can be used to
display the comment given at checkout, when checking in
again)