How can I use cleartool rmname to remove a file, that is checkedout by some one else, from a folder? Is this possible?
相关问题
- How to restrict VOB read access in ClearCase (Wind
- preserving history when using mercurial ontop of c
- How to use ClearCase annotate sub-command?
- listing files checked in during last 2 days
- VS2008 and ClearCase : opening solution requests a
相关文章
- Provide version to independent files in clearcase
- How to undo checkout a file checked out from anoth
- Getting present working view in Clearcase
- What is the nature of a “MVFS filesystem” with Cle
- How to list only the name of the baselines in UCM
- Reuse a ClearCase view
- Value of using Git with ClearCase, AccuRev or Perf
- ClearCase: change branch type name?
The command-line
cleartool rname -force
is only necessary when the file is checked out in another branch.That allows to bypass the error message: 'file' has checkouts
In that case, you need to check out the parent directory first,
rmname
, and then don't forget to check in the parent directory, or your file will still be visible by others.See more at the technote "About cleartool rmname and checkouts"