Yes, now I'm using exactly these options: -Pd. Once I deliberately observed a cvs handling of '-P' option: first, during update it creates all empty directories, then, AFTER an update is complete, it prunes them away.
IMHO, cvs aborts trying to create 'Aux' subdir at the first stage, it simply does not arrive at prune stage. Cheers, Kyra ----- Original Message ----- From: "Sven Panne" <[EMAIL PROTECTED]> To: "kyra" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, January 17, 2004 1:11 AM Subject: Re: The phantom of Aux directory in fptools/libraries/fgl/src/Data/Graph/Inductive > 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
