| Description | Priority | Status | Submitter |
| Check out file should not report an error if file is already checked out. | 1 | Done in 1.22 | CharlieEvett |
| Recursive/Project Actions to convert hijacked into checked out. | 1 | Done in 1.22 | JacquesMorel |
| Offline mode where checkout hijacks and all other online commands are not available. On check in project, first convert hijacked to checked out | 2 | Done in 1.22 | JacquesMorel |
| Check In Project should uncheckout files that were not modified (Use a StateCache?) | 1 | | JacquesMorel |
| Better actions enabling/disabling (use VirtualFile?.putUserData/getUserData to maintain CC state) | 2 | | JacquesMorel |
| Make update mark project as current automatically | 2 | | JacquesMorel |
| Provide a update with merge (a la CVS) | 2 | | JacquesMorel |
| Add Attribute, to store Pairing information, to all checked in Versions. A dialog prompting for the name of the pair should be displayed while checking in the project using Ctrl+K. | 1 | | SantoshNanda |
| Check out comment to be carried out in the check in process. Please! :-) | 2 | | CharlieEvett, VinceMallet |
| Fix problem with not being able to run menu actions after a rename/move (the new AbstractVcsHelper?.getUpToDatePath() to get to the old path before rename/move is not enough since CC assumes that the files are in the old place. Solution: have rename/move done immediately but not commited!) | 2 | | JacquesMorel |
| Add an options action (cleardlg /options) | 2 | | JacquesMorel |
| Option to use the native NT commands instead of cleartool on the misc commands | 2 | | JacquesMorel |
| Option to have a locking mechanism of the vob to prevent concurrent checkins and update (1writer or n readers) at the same time. Important for big team using CruiseControl | 2 | | JacquesMorel |
| Integrate with the IDEA native diff. | 3 | | JacquesMorel |
| Optimize the number of checkout/checkin of directories per transaction | 3 | | JacquesMorel |
| Option to specify a separate comment per file on Check In Project | 3 | | JacquesMorel |
| Introduce dynamic actions specified from the configuration panel, instead of hard coded ones. This would open transparent to other similar VCS like P4 | 3 | | JacquesMorel |
| Option to detect out-of-date checkout and popup a dialog on checkout to ask whether to check out current version or the latest version | 2 | | LordBritish |
| When Checking in a file individually, the checkin comment dialog should propose the comment that's actually in the properties of the version | | | VinceMallet |
| The Checkin comment dialog should offer a history of previously entered comments | | | VinceMallet |
| There should be a way to find all private files... so that the can be selectively added to source | | | FlorianHehlen |
| Refactor->Move for multiple files, followed by Ctrl+K shouldnt create multiple versions of target directory | | | MadhavAyyagari |
| Have undo checkout delete the branch for a file if the checkout being undone is version 0. This situation typically arises when you checkout a file with a "-mkbranch" option in your config spec, then later decide you didn't want to modify the file | | | RobertHuffman |