How to add a directory to svn v1.6 repo without adding any contents -
parentdir childdir001 ... childdir999 i have parent directory bazillion directories in it. directory , contents new , have not yet been added svn v1.6 repo.
how add parentdir svn repo, without adding of contents repo?
edit: in summary, want do
svn add-this-but-nothing-inside-of-it parentdir.
according svn documentation found here, should able execute following command:
svd add <directoryyouwanttoadd> --depth empty as far know, option should available svn 1.5+.
Comments
Post a Comment