> From: Aime' Fournier [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 14, 2002 7:38 PM
> My unfortunate situation looks like this: > > %ls -R p/. > p: > c1/ c2/ c3/ ... > > p/c1: > CVS/ a.f b.f ... > i.e., every p/c?/ has a CVS/ but p/ does not, so > updating is a chore. after reading You should be able to update . from within p without trouble. If this is a problem, you can: %cd p %cvs co -l . Then you should be able to update p without a problem. Jerry _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
