-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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. > > File: dont.touch Status: Up-to-date > > Why? > > I'd expect it to still be Locally Modified. It gets updated even when I have > it in .cvsignore I will assume that you actually issued the command cvs update -I -CdP dont.touch The -C option reverts your file to the latest version in the repository, discarding all your changes (the original file is actually renamed to .#dont.touch.[revision]). Therefore, the file is now up to date. - -- 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 iD8DBQFECNotLdDyDwyJw+MRArAPAKDwPY2eKzKkkzuQO+ASClxZ16Z4MQCgw7XQ j/sdyNGJC7OSf7zmugr5XU4= =F8Et -----END PGP SIGNATURE----- _______________________________________________ Info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
