On Sun, 2005-06-19 at 13:37 +0200, Jeroen Frijters wrote: > Mark Wielaard wrote: > > Could you be more specific? How precisely did you check it out? > > Does it also happen with a "fresh" checkout? > > export CVS_RSH="ssh" > > cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/classpath co > > classpath > > Hmm. That solved the problem. I don't understand, isn't "cvs update" > supposed to get the new files as well?
You have to use "cvs up -d", so it brings in new directories as well. -- Ziga _______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

