If I have added/removed/modified a large number of files in my local ClearCase view, how can I be certain that all the files have been added to source control?
|
feedback
|
|
Your answer is correct, for snapshot views (which you call 'local view' ?)
would suffice. But that would leave out hijacked files (which are already added to source control, but may have been modified without ClearCase knowing it) So I would recommend to complete your command with (for Windows):
For Unix:
That would also leave files in checkouts (granted, they also are added to source control, but should be also listed as they must be eventually committed or cancelled).
In Dynamic views:
| |||||
feedback
|
|
Use To add any files recursively to source control that are only in the local view, see How can I use ClearCase to “add to source control …” recursively?. | |||
|
feedback
|