How to add directory in CVS -
i have cvs server. want add new directory in existing directory. how can this?
cvs add command adds files in existing directory. want know how add sub folder in cvs folder.
create directory in local workspace. cvs add <dirname>. that's it.
note unlike adding files, require subsequent cvs commit, when adding directory add happens on server you've done cvs add make sure choose right directory name.
Comments
Post a Comment