On Sun, 2005-06-19 at 13:37 +0200, Jeroen Frijters wrote: > Hi Mark, > > Mark Wielaard wrote: > > On Sun, 2005-06-19 at 12:39 +0200, Jeroen Frijters wrote: > > > I just updated my anoncvs classpath tree and it appears to be out of > > > sync. Some Corba classes that Audrius checked in on Thursday are > > > missing. Can someone please look into this? > > > > 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? > > Thanks. > > Regards, > Jeroen > > > _______________________________________________ > Classpath mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/classpath >
Depends if you have the -d option on. -d Build directories, like checkout does. The default is without, and so files in new directories won't appear on update. -- Andrew :-) Please avoid sending me Microsoft Office (e.g. Word, PowerPoint) attachments. See http://www.fsf.org/philosophy/no-word-attachments.html No software patents in Europe -- http://nosoftwarepatents.com "Value your freedom, or you will lose it, teaches history. `Don't bother us with politics' respond those who don't want to learn." -- Richard Stallman Escape the Java Trap with GNU Classpath! http://www.gnu.org/philosophy/java-trap.html public class gcj extends Freedom implements Java { ... }
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

