-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Pedro Hernandez wrote: > Jim Hyslop <[EMAIL PROTECTED]> escribió:Pedro Hernandez wrote: > > >> File: dont.touch Status: Locally Modified >> >> cvs update -I dont.touch -CdP > > >> This is not valid syntax. The options must all come after the file >> name. > It's valid, just as valid as cvs update -I dont.touch -CdP > adir/ (the -I is i caps)
Sorry, don't know where my brain went - you are right, of course. > My goal is to make the whole repository up to date except one file. > How do I achive that? Check out the specific version of the file that you want, e.g.: cvs update -r SOME_TAG dont.touch - From that point on, CVS will leave it as-is. Just don't forget to clear the tag, or you may run into problems. Also, you may run into problems if other people modify dont.touch and you don't pick up their changes. - -- Jim Hyslop Dreampossible: Better software. Simply. http://www.dreampossible.ca Consulting * Mentoring * Training in C/C++ * OOD * SW Development & Practices * Version Management -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (MingW32) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFECfVWLdDyDwyJw+MRAvLuAJsGr5XwusiS367FVTg1Gmj7tOmh0gCgiGAs 730vLad8iRAjsHtWWKZFkEk= =yKp7 -----END PGP SIGNATURE----- _______________________________________________ Info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
