info-cvs
[Top][All Lists]
Advanced

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

RE: cvs commit help....


From: Scott Willy
Subject: RE: cvs commit help....
Date: Fri, 6 Jul 2001 16:14:11 +0200

Actually is not such a dumb question and given at least one wrong answer on
this list...

I use the following to see what has changed in my workspace. It does not
change anything (thanks the -n option) in the workspace. It will show you
want needs to be committed and what will be updated (RTFM for more info).
The 2>nul: (on Windows) keeps the output to be just that (no directory
traversal info).

        cvs -n update -d -P  2>nul:

csw

> -----Original Message-----
> From: address@hidden [mailto:address@hidden Behalf Of
> Matthew Riechers
> Sent: 06 July 2001 15:36
> To: Kini, Nagraj (GEAE, Foreign National)
> Cc: 'address@hidden'
> Subject: Re: cvs commit help....
>
>
> "Kini, Nagraj (GEAE, Foreign National)" wrote:
> >
> > Hi,
> >         How does CVS come to know that the file has been
> modified and can be
> > commited. Is there a command to tell me which file on my local
> directories
> > are differnet from those in the central repository.
> > Thanks,
> > Nagraj.
>
> Please RTFM before posting to the mailing list.
>
> http://www.cvshome.org/docs/manual/cvs.html
>
> -Matt
>
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/info-cvs




reply via email to

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