Using a terminal (on Mac OSX 10.8.x) whenever I try to add a directory to my project
project_root jacob$ cvs add foo/ project_root jacob$ cvs add ./shared/foo/ project_root jacob$ cvs add /full/path/foo/
CVS complains:
cvs add: in directory `.': cvs [add aborted]: there is no version here; do `cvs checkout' first
In addition, I heard that cvs does not like to create empty directories, and he does not like to create a directory with only internal directories (without immediate child files), so inside foo/ an empty file called blank.txt .
Running cvs checkout project does not help.
This post is ridiculous; obviously there is no version - why is it called add !
PS Unfortunately, upgrading to svn / git is not an option at this time.
jacob source share