Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4015340
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T09:36:26+00:00 2026-05-20T09:36:26+00:00

We use UCM for development. We create streams under streams, like this Question is

  • 0

We use UCM for development. We create streams under streams, like this

child_streams

Question is how to find new files in a given stream.

In the example “feat1” would have new files relative to its parent lis1 (lis=local integration stream). The new files could be from “feat1” or its child streams like “developer1“. How could I identify new files in lis1?

One option is to create dynamic views on a stream (say feat1) and its parent stream(lis1) and take diff and figure out files new in the child stream.

Another option is to use cleartool deliver -preview and get list of versions and then somehow (I do not know it yet) figure out the list of files.
The problem is the child stream is not necessarily rebased to its parent, and we enforce a “rebase to latest baseline before delivery” rule.

I hope there is a better and correct way 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T09:36:27+00:00Added an answer on May 20, 2026 at 9:36 am

    I don’t think a cleartool deliver -preview (like its non-UCM equivalent cleartool findmerge -preview) would display the full list of modified/new files.

    For new files, it would only display the directories that need merges (in order to reference or un-reference the files added/removed during that merge).

    One way (without using an external diff tool) would be a cleartool find request in order to find any file:

    • with versions in a ‘developer1‘ branch
    • without any versions in a ‘lis‘ branch

    Something like (not tested):

    cleartool find . -type f -version "brtype(developper1) && !brtype(lis)" -print
    

    In the OP Jayan‘s case:

    cleartool find . -type f -element "brtype(developper1) && !brtype(lis)" -print
    

    Will list only the needed elements (ie files, and not all the versions of those files)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We use ClearCase UCM which has multiple Vobs (10). How to find the activities
use grep command to find txt files containing telephone number. telephone number format could
Use trap to capture signals like this: i=-1;while((++i<33)); do trap echo $i >> log.txt
Use case: I find a piece of code that I do not understand at
use this code, in the Preferences activity, to know when the reset preference has
Use case: user clicks the link on a webpage - boom! load of files
use this website a lot but first time posting. My program creates a number
use Control::CLI; $cli = new Control::CLI('SSH'); $cli->connect(Host=>'10.10.10.10',Username=>'user',Password=>'pwd'); $cli->waitfor('>'); $cli->print('Show XXXXXXXXXXXXXXXXXXXX| grep Active'); @f=$cli->waitfor('>'); print
use WWW::Mechanize; my $mech = WWW::Mechanize->new; $mech->get( $url ); say $mech->text; How could I
use pthread_create to create limited number of threads running concurrently Successfully compile and run

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.