I previously asked this question regarding ClearCase, but it doesn't work when I have a private directory in a vob, and I want to add it recursively to the repository in-place. Is there any way to do that?
相关问题
- Why should we check WIFEXITED after wait in order
- How to restrict VOB read access in ClearCase (Wind
- UNIX Bash - Removing double quotes from specific s
- bash delete line condition
- Trying to make a permanent Alias - UNIX
If you have a private directory, the nominal way would be to:
clearfsimport
(that I describe in the SO question you mention in your question)That is not always ideal, because of processes that could have handle on sole of the files of your private directory, but if this isn't the case, then you can use this process to quickly add your directory and all its sub-elements to ClearCase.