We are in the process of converting over our repository from :local: on
Windows NT to :pserver: on Linux.  The repository was copied over and we
wrote a script to modify each person's existing work area to point to the
repository on the Linux server.  This script changes the CVS/Root file in
each directory.  Pretty simple script.

Everything worked fine except for one small problem.

If you remove a file, then cvs update to get it back, an error message is
generated:

-> cvs status Makefile
===================================================================
File: Makefile          Status: Up-to-date

   Working revision:    1.136.48.11
   Repository revision: 1.136.48.11     /cvs/isis700/sw/Makefile,v
   Sticky Tag:          Beta-Work-0 (branch: 1.136.48)
   Sticky Date:         (none)
   Sticky Options:      (none)

-> rm Makefile
rm: remove `Makefile', overriding mode 0444? y

-> cvs update Makefile
cvs [update aborted]: cannot find Makefile: No such file or directory

Any clues?

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

Reply via email to