[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Can't delete and re-add same file
From: |
Stephen Rasku |
Subject: |
Can't delete and re-add same file |
Date: |
Fri, 1 Dec 2000 09:09:10 -0800 (PST) |
The following fails on cvs 1.10.8 on Sparc Solaris 7:
$ mv umoproc.cpp umoproc.cpp.save
$ cvs rm
cvs remove: Removing .
cvs remove: file `Makefile.pkg' still in working directory
cvs remove: scheduling `umoproc.cpp' for removal
cvs remove: use 'cvs commit' to remove this file permanently
cvs remove: 1 file exists; remove it first
$ mv umoproc.cpp.save umoproc.cpp
$ cvs add umoproc.cpp
cvs add: umoproc.cpp should be removed and is still there (or is back
again)
$ cvs status umoproc.cpp
cvs status: umoproc.cpp should be removed and is still there
===================================================================
File: umoproc.cpp Status: Locally Removed
Working revision: -1.2 Thu Nov 30 21:08:51 2000
Repository revision: 1.2
/tgi/users/stephen/cvsroot/umotest/umoproc/src/umoproc.cpp,v
Sticky Tag: (none)
Sticky Date: (none)
Sticky Options: (none)
- Can't delete and re-add same file,
Stephen Rasku <=