I am using cvs -tag -b "abcdefg"
command to tag-branch in my CVS. My CSV repo has an empty directory "obj" in every folder.
Whenever I use the command cvs co -r "abcdefg" REPO
, I get a complete repo minus the empty folders. I tried using -f
option too but it did not work. What is the way to get out of this?