-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 akkisoft wrote: > I mean, if a folder is removed from the repository, can I remove the > folder from my work area by taking an update (using any update options).
No. CVS assumes that once a directory exists in the repository, it will never disappear. That's why you're getting the error messages you've received. In general, you should only remove directories from within the repository if they have been added by mistake, *and* if they contain no files in them. Otherwise, leave them in the repository, and handle it by using 'cvs remove' and the -P option on update/checkout. - -- Jim Hyslop Dreampossible: Better software. Simply. http://www.dreampossible.ca Consulting * Mentoring * Training in C/C++ * OOD * SW Development & Practices * Version Management -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFEbdbALdDyDwyJw+MRAiNqAKDACyGs53RIBdwGnhtK/uo1UIQsggCfcmpf vbl6Y+ctMw5jQGyqvAhJ45I= =l8ql -----END PGP SIGNATURE----- _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
