[EMAIL PROTECTED] wrote: > Hi, I am new to cvs. I have to checkout files to have access to > project? But I don't want to change anything, I just want to have a > copy of project for my own, but I won't change it. > > Is checkout the only option?
You have to use the "checkout" command, but you can checkout into a pipe (rather than creating a working copy) using "cvs co -p <filename>". Michael _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
