Since ClearCase updates directory version numbers when files are created inside, our script configuration configuration is generated (details omitted).
So, as an example, given a file such as "/ proj / src / scripts / build.sh @ @ / main / branch42 / 3", how can we determine the latest version of the script directory that contains this version of the build.sh file .
Note. We are looking for a unix command line solution that can be scripted.
source
share