Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Tobias Rodenbach wrote: > cvs co -r <tag> <module> on the client, nothing happens for several > minutes. > > But when i do > > cvs co <module> > cvs up -r <tag> <module> > > , I get the module contents within acceptable time (below above > mentioned several minutes). > They are in fact exactly the same operation except the co does a module recursion first (you can even update using co provided you do it in exactly the same way each time). There shouldn't be any difference. Tony