Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
547 views
in Technique[技术] by (71.8m points)

clearcase - Cleartool command to copy the directory and its contents from local file system to VOB

How to Copy the directory and its contents from local file system to VOB (Source control)

I know there are commands (mkdir, mkelem) to create directory , elements and copy the files one by one.
But I would like to know is there any easy way to do this as there are thousands of sub directories and files inside parent directory?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Yes: you can use clearfsimport, which is made precisely for that.

It will do the mkdir, and cleartool mkelem (or cleartool checkout if you import new versions on top of existing versioned elements)

See also "How can I use ClearCase to “add to source control …” recursively?":

clearfsimport -preview -rec -nset c:sourceDir* m:MyViewMyVobMyDestinationDirectory

About the clearfsimport options used here, see "Creating a new subdirectory structure in ClearCase?".


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...