how to checkin or checkout directories recursively

46 views
Skip to first unread message

sunil

unread,
Jun 15, 2007, 6:12:21 AM6/15/07
to ClearCase
hi all

hey please help me to solve this problem.
hey friends clearfsimport can be used to add directories to source
control recursively using command
clearfsimport -r "source path" "destination path"

but how to checkout & checkin directories from views recursively
i mean when i will checkout a directory i want to checkout all
subdirectories and files symultaneously.
similarly when i will checkin a directory i want to checkin all
subdirectories and files symultaneously

please tell me how to do that with an example.

mitr

unread,
Jun 18, 2007, 4:42:23 PM6/18/07
to ClearCase
hi,
ct find path (m:\bala_view\bala_vob) -print | awk ` {print "co -nc
\""$0"\""}' | cleartool
This command only work in unix system
I don't about windows

Regards,
mitr.............

Reply all
Reply to author
Forward
0 new messages