top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

I want to retireve all files recursively in clearacse by the label, how we can do that?

+2 votes
270 views
I want to retireve all files recursively in clearacse by the label, how we can do that?
posted Mar 19, 2015 by Kali Mishra

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote
 
Best answer

Please use below rule in your config spec if all parent directories also have that label like below:

element * My_Label

If this not the case you need to add, before that rule, other rules that will select the right version of the parent directories as well.

element * CHECKEDOUT 
element * My_Label
element * /main/LATEST
answer Mar 19, 2015 by Amit Kumar Pandey
...