bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

commit output


From: Derek Robert Price
Subject: commit output
Date: Mon, 10 May 2004 11:33:56 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040413

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hey all,

I am going to fix the commit command on stable to react to the -q & -Q
command options like so:

Sample with no options:

    $ cvs ci -mtest
    cvs commit: Examining .
    cvs commit: Examining sdir
    cvs commit: Examining sdir/ssdir
    RCS file: $CVSROOT_DIRNAME/first-dir/sdir/ssdir/ssfile,v
    done
    Checking in sdir/ssdir/ssfile;
    $CVSROOT_DIRNAME/first-dir/sdir/ssdir/ssfile,v  <--  ssfile
    initial revision: 1\.1
    done
    $

Sample with -q:

    $ cvs -q ci -mtest
    $CVSROOT_DIRNAME/first-dir/sdir/ssdir/ssfile,v  <--  ssfile
    initial revision: 1\.1
    $

Sample with -Q:

    $ cvs -Q ci -mtest
    $

I think I would actually like to fix feature to never output the "RCS
file...", "Checking in...", and "done" lines.  They are redundant and
unnecessary.  Any comments?

Derek

- --
                *8^)

Email: derek@ximbiot.com

Get CVS support at <http://ximbiot.com>!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFAn6DjLD1OTBfyMaQRAr//AJ9a4jzaiLaAmrT89WFyZMFRBhW/8wCfTsQf
752gZGmUoDofKKJpQPlnX1s=
=HDHy
-----END PGP SIGNATURE-----





reply via email to

[Prev in Thread] Current Thread [Next in Thread]