Hello Jim, * On Wed, Nov 01, 2006 at 09:46:19PM +1100 Jim wrote: > I added and committed a new directory to the CVS tree from my local work > copy. I can see the new added directory in CVS Entries of my local copy > and I can see the new added directory in CVS server. But when I did a > "cvs update" from another machine, the new added directory did not come, > noting was updated. What is this problem and now can I fix it?
most probably, the -P option is used on that second machine. Make sure it is not used (by issuing "cvs -f update ..."). Best regards, Spiro. -- Spiro R. Trikaliotis http://opencbm.sf.net/ http://www.trikaliotis.net/ http://www.viceteam.org/ _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
