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 9001995
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:30:39+00:00 2026-06-16T00:30:39+00:00

Is there a way I can create a view that will give me a

  • 0

Is there a way I can create a view that will give me a snapshot of all the files modified in a specific ClearCase branch?

For example, say I have two branches:

product_1.0_dev
product_migration_1.0_dev

The second branch is conceived as a testing ground for upgrading our core framework dependencies. I know that if I modify a file in product_migration_1.0_dev, then I will have a \1 version under this branch, so there has to be a way to write a load rule to get this info easily into a snapshot.

Any ideas?

  • 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-06-16T00:30:40+00:00Added an answer on June 16, 2026 at 12:30 am

    That would be a selection rule (not a load rule)

     element * .../product_migration_1.0_dev/LATEST
     element * .../product_1.0_dev/LATEST
     element * /main/LATEST
    

    Note the ‘...‘ notation (see version selector), an ellipsis wildcard which allows to select a branch at any branch level.

    Note that would list all files, including the ones you want.

    If you want to see only the files for a particular branch, you still need to select their parent directories: and those might not have a version in the product_migration_1.0_dev branch.

    So the following config spec (that I invite you to test in a dynamic view first: it is quicker, then you will report that config spec in a snapshot view, with its own load rules) would be more precise:

     element * .../product_migration_1.0_dev/LATEST
     element -directory * .../product_1.0_dev/LATEST
     element -directory * /main/LATEST
    

    So you would select files and directories having a LATEST in product_migration_1.0_dev branch.
    Otherwise, you select directories only in product_1.0_dev branch or in main branch.

    That way, you are sure to select the parent directory of an element which might have a version in product_migration_1.0_dev branch.
    If you don’t do that, your view won’t ever be able to select the files, because their parent directories are not accessible (none of their versions is selected from which a product_migration_1.0_dev branch starts).

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

Sidebar

Related Questions

Is there any way that I can create a new delegate type based on
I wish to know is there any way that I can create the threads
Is there any way that I can use JavaScript (and jQuery) to create a
Is there any way I can set a formatter on models that will convert
Is there any way I can create a UAC-like environment in Python? I want
We can't use java.text.SimpleDateFormat, so is there any way to create date object from
Is there way that I can read the file from remote server using fopen
Is there a way I can use one category to stylize all of my
What is the best way to create a view for a single control that
Is there any way can declare a bean in just like JSP UseBean in

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.