kyra wrote:
[...] An EMPTY 'Aux' subdirectory is still there and 'cvs update' still
aborts. Is this an insurmountable cvs feature, or it is possible to wipe
these stains out?

In 99.9% of all cases you want to use the -P (prune empty directories) and -d (create directories) options of cvs update, i.e.:

cvs up -Pd

See:

http://www.cvshome.org/docs/manual/cvs-1.11.10/cvs_16.html#SEC153

To avoid specifying this every time, create a ~/.cvsrc file with a line

update -Pd

in it, see:

http://www.cvshome.org/docs/manual/cvs-1.11.10/cvs_16.html#SEC116

Cheers,
   S.

_______________________________________________
Cvs-libraries mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to