|
From: SourceForge.net <no...@so...> - 2009-01-23 14:13:46
|
Bugs item #2509232, was opened at 2009-01-15 09:58 Message generated for change (Comment added) made by eraonel You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=460297&aid=2509232&group_id=50595 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: eclipse-ccase Group: 2.x Status: Open Resolution: None Priority: 5 Private: No Submitted By: Kenny Moens (kmmoens) Assigned to: Nobody/Anonymous (nobody) Summary: 2.1.5 : no error on checkout reserved Initial Comment: My clearcase environment is configured to checkout in 'reserved' mode with option 'always'. Still, if a file has already a reserved checkout by someone else, the plugin does not complain and checks out the file unreserved. While this is handy that you can still checkout the file in an unreserved way, it would be convenient that we at least get a warning that the file has a reserved checkout (like it worked in v1.x.x). ---------------------------------------------------------------------- >Comment By: Mikael Petterson (eraonel) Date: 2009-01-23 15:13 Message: The output from cleartool when trying to checkout reserved when element is already checked-out reserved is: cleartool: Error: Branch "\main" of element is checked out reserved by view <view_name> cleartool: Error: Unable to check out "MyTest.java". ---------------------------------------------------------------------- Comment By: Kenny Moens (kmmoens) Date: 2009-01-16 08:49 Message: Environment: Eclipse 3.4.1 - Clearcase Plugin 2.1.5 - Java 6 update 10 - Windows XP - Clearcase 2002.05 To reproduce: 0) configure clearcase plugin with 'reserved checkouts' to 'always' 1) as a friend or colleague on the same ClearCase system to checkout a specific file reserved 2) verify if at your side the file is marked as reserved checkout by that friend/colleague 3) in Eclipse try to checkout the same file, it works without comments 4) when checking with history or version tree, you will find out that the checkout is 'unreserved' Expected behaviour: 0) configure clearcase plugin with 'reserved checkouts' to 'always' 1) as a friend or colleague on the same ClearCase system to checkout a specific file reserved 2) verify if at your side the file is marked as reserved checkout by that friend/colleague 3) in Eclipse try to checkout the same file, it works without comments 4) an error is given that the file is already checkout in a reserved way (behaviour of 1.x), additionally it might be handy to still allow an unreserved checkout here (feature) as an option ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=460297&aid=2509232&group_id=50595 |