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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -