1. Add subdirectories
find folder -type d -print | xargs cvs add
2. Add all the files
find folder -name CVS -prune -o -type f -print | xargs cvs add
Add File as Binary
1. cvs add -kb filename
This is used to add word document
posted on 2011-07-04 16:04
Klarke 阅读(1157)
评论(0) 编辑 收藏 引用