I have the following problem with ClearCase 3.2.1 (Digital Unix) :
Suppose I have the following tree, all in version 1 :
dir1 -- dir11@@/main/1 -- src111@@/main/1
-- src112@@/main/1
-- src113@@/main/1
-- src114@@/main/1
-- src115@@/main/1
-- dir12@@/main/1 -- src121@@/main/1
-- src122@@/main/1
I want to import dir1. The new version of dir11 contains only
3 files (src111,src112 and src113), src111 and src112 with new
versions. The new version of dir12 contains also 3 files, with
the new file src123.
The result of clearimport is :
dir1 -- dir11@@/main/1 -- src111@@/main/2
-- src112@@/main/2
-- src113@@/main/1
-- src114@@/main/1
-- src115@@/main/1
-- dir12@@/main/2 -- src121@@/main/1
-- src122@@/main/1
-- src123@@/main/1
Clearimport creates a new version of dir12, because there is a
new file, but is unable to create a new version of dir11, which
would contain only src111, src112 and src113.
I was wondering if it is possible to keep track of "removed" files
with the clearimport command, or if somebody has already
written a trigger to detect this kind of changes.
I cannot list the new files, because, like in the example,
I can need the file src113 although there is not any change
with the previous version.
Any idea ?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This archive was generated by hypermail 2b29 : Sun May 06 2001 - 00:23:16 EDT