"cvs update -C" gives me different strange behavior:  cvs server: invalid
option -- C

Using Cygwin's:
    Concurrent Versions System (CVS) 1.11 (client/server)
with Linux's:
    Concurrent Versions System (CVS) 1.10.5 (client/server)

516=$ cvs update --help
update: invalid option -- -
Usage: cvs update [-APdflRp] [-k kopt] [-r rev|-D date] [-j rev]
    [-I ign] [-W spec] [files...]

        ...
        -C      Overwrite locally modified files with clean repository
copies.
        ...

517=$ cvs update -C
(Locally modified app.f moved to .#app.f.1.21)
cvs server: invalid option -- C

"Matthew Versluys" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> If I'm working on a file and then realize I want to discard my changes I
can
> use cvs update -C to get a clean copy.


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to