Peng, Guiai [IT] writes: > > We are using CVS to maintain our C++ code. I have a problem related to > "cvs checkout" since this command only applies to a module. when a guy in > our > group added a new file to our repository. I cannot check out the new file by > "cvs checkout". Do you know any other way to do this besides to check out > the whole module again? Thanks a lot.
Use "cvs update -d" in your checked-out working directory. -Larry Jones Nothing spoils fun like finding out it builds character. -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
