ruchira writes: > > cvs add -kb -- abc.txt (in directory C:\cvsrepo\test\testproj\) > cvs add: in directory .: > cvs [add aborted]: CVS directory without administration files present. > Cannot continue until this directory is deleted or renamed. > > What is this problem and how can i solve this problem.
That means that your current directory has a CVS subdirectory, but it does not contain the files that CVS expects to be there. Either that directory was created by something other than CVS, something deleted the files that it is supposed to contain, or you're trying to do that add in a repository directory instead of a checked out working directory. Based on the path name, I suspect the latter. -Larry Jones I obey the letter of the law, if not the spirit. -- Calvin _______________________________________________ Bug-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/bug-cvs
