ClearCase transfers mastership of all objects in a directory? -


i know can transfer mastership of object example:

at replica sanfran_hub, transfer mastership of element list.c sydney replica.

multitool chmaster sydney list.c@@/main changed mastership of ″list.c″ ″sydney″ 

however, not know how transfer mastership of files in directory. example:

sydney/  sydney list1.c  sydney list2.c  sydney list3.c  ... 

if run

multitool chmaster sydney sydney@@/main 

it change mastership of directory "sydney", not files inside it.

i don't believe there recursive option chmaster.

that means need link command result of cleartool find query.

(windows syntax)

 cleartool find sydney -exec "multitool chmaster sydney \"%clearcase_pn%@@/main\"" 

(unix syntax)

 cleartool find sydney -exec 'multitool chmaster sydney "$clearcase_pn@@/main"' 

Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -