Find new files in CLEAR CASE Explorer

Frimus

Is there anyone who knows a way to find all added files in a CCE view? just to verify that no file is missing before applying label. thank you.

VonC

No file missing means some files might be still in checkout mode, but even then, applying a label would be applied on that checkout version (you would need to make sure and checkin them later)

You can list files still in checkout here.

A better query would be to list all files with versions more recent than the previous label (assuming base ClearCase here, not UCM)

You can use the date for instance to list all files with version newer than a date

ct find -all -type f -version "{created_since(11-apr-2013) && brtype(branch_name)}" -print

That way, you will know all added files, and can check if there are any missing before applying a label.


The OP Frimus proposes an alternative solution in the comments:

I resolved the issue by creating an other view with the same config spec,
and I compare the two views.

この記事はインターネットから収集されたものであり、転載の際にはソースを示してください。

侵害の場合は、連絡してください[email protected]

編集
0

コメントを追加

0

関連記事

分類Dev

Clear new lines in docx

分類Dev

Windows explorer crashes on copying files

分類Dev

Find active winform in solution explorer

分類Dev

ListView clear() prevents new contents showing

分類Dev

Windows Explorer - keyboard shortcut to duplicate files/folders

分類Dev

How to delete Python files via explorer

分類Dev

MySQL case makes a new column

分類Dev

std::find case insensitive checking

分類Dev

How to find my files

分類Dev

recursive find files with python

分類Dev

Find .htaccess files on OSX

分類Dev

Collect files using find

分類Dev

Run javascript code inside new window in Internet Explorer

分類Dev

list.clear()vs list = new ArrayList <Integer>();

分類Dev

configure prettier to push curly braces on new lines & not clear empty lines

分類Dev

Google maps clear all markers before placing new one

分類Dev

What is the use case of new Voided Purchases API

分類Dev

Custom allocator including placement new case

分類Dev

Does New make any sense in this case?

分類Dev

Team Foundation Server - Files don't show in Source Control Explorer

分類Dev

Duplicate client-side files in solution explorer with Visual Studio for Mac

分類Dev

How to select many files using Windows file explorer with selenium webdriver

分類Dev

C# multiple custom app.config files in Solutions Explorer

分類Dev

Why are files created by Puttygen hidden in Windows 7 Explorer?

分類Dev

How to sort the files and directories in the Project Explorer of Eclipse Juno?

分類Dev

Explorer Wont Release Files After Using My Thumbnail Provider

分類Dev

VBA through Internet Explorer, Find String of Text and Use It

分類Dev

Set the path of the symfony2 cache files during cache:clear

分類Dev

How to clear data from all files present in a directory?

Related 関連記事

  1. 1

    Clear new lines in docx

  2. 2

    Windows explorer crashes on copying files

  3. 3

    Find active winform in solution explorer

  4. 4

    ListView clear() prevents new contents showing

  5. 5

    Windows Explorer - keyboard shortcut to duplicate files/folders

  6. 6

    How to delete Python files via explorer

  7. 7

    MySQL case makes a new column

  8. 8

    std::find case insensitive checking

  9. 9

    How to find my files

  10. 10

    recursive find files with python

  11. 11

    Find .htaccess files on OSX

  12. 12

    Collect files using find

  13. 13

    Run javascript code inside new window in Internet Explorer

  14. 14

    list.clear()vs list = new ArrayList <Integer>();

  15. 15

    configure prettier to push curly braces on new lines & not clear empty lines

  16. 16

    Google maps clear all markers before placing new one

  17. 17

    What is the use case of new Voided Purchases API

  18. 18

    Custom allocator including placement new case

  19. 19

    Does New make any sense in this case?

  20. 20

    Team Foundation Server - Files don't show in Source Control Explorer

  21. 21

    Duplicate client-side files in solution explorer with Visual Studio for Mac

  22. 22

    How to select many files using Windows file explorer with selenium webdriver

  23. 23

    C# multiple custom app.config files in Solutions Explorer

  24. 24

    Why are files created by Puttygen hidden in Windows 7 Explorer?

  25. 25

    How to sort the files and directories in the Project Explorer of Eclipse Juno?

  26. 26

    Explorer Wont Release Files After Using My Thumbnail Provider

  27. 27

    VBA through Internet Explorer, Find String of Text and Use It

  28. 28

    Set the path of the symfony2 cache files during cache:clear

  29. 29

    How to clear data from all files present in a directory?

ホットタグ

アーカイブ