Hi,

A user checked-out a CVS project from a branch, modified it, added a file,
and then tried to commit. When he committed, he saw output like the
following:
(I deliberately changed the names of the files and paths, note the problem
with file2.c below)

...
repository-path/Proj/file1.c,v  <--  file1.c
new revision: 1.5.2.1; previous revision: 1.5
done
RCS file: repository-path/Proj/Attic/file2.c,v
done
cvs commit: cannot remove file2.c: Permission denied
cvs [commit aborted]: cannot rename file CVS/,,file2.c to file2.c: File
exists

C:\working-directory> cvs status Proj/file2.c
===================================================================
File: file2.c Status: Locally Added

   Working revision:    New file!
   Repository revision: No revision control file
   Sticky Tag:          branch_v82 - MISSING from RCS file!
   Sticky Date:         (none)
   Sticky Options:      (none)


Looking at the repository, file2.c,v exists, and it has some admin
information but no contents (trying to do "co file2.c,v" to a temporary
directory yields a 0-size file). Also, the local copy of this file (from
which it was committed) has been cleared. The local file still exists, but
has the size 0.

Shlomo

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to