FreeBSD Bugzilla – Attachment 15505 Details for
Bug 28730
request for addition of a few more details on 'cvs log' usage to the text of articles/committers-guide
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.37 KB, created by
Giorgos Keramidas
on 2001-07-05 20:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Giorgos Keramidas
Created:
2001-07-05 20:30:01 UTC
Size:
2.37 KB
patch
obsolete
>Index: en_US.ISO8859-1/articles/committers-guide/article.sgml >=================================================================== >RCS file: /home/ncvs/doc/en_US.ISO8859-1/articles/committers-guide/article.sgml,v >retrieving revision 1.73 >diff -u -r1.73 article.sgml >--- en_US.ISO8859-1/articles/committers-guide/article.sgml 2001/06/22 08:18:55 1.73 >+++ en_US.ISO8859-1/articles/committers-guide/article.sgml 2001/07/05 18:41:05 >@@ -582,6 +582,37 @@ > > <!-- XXX needs more details --> > <screen>&prompt.user; <userinput>cvs log shazam</userinput></screen> >+ >+ <para>If <filename>shazam</filename> is a file, this will print a >+ <emphasis>header</emphasis> with information about this file, such >+ as where in the repository this file is stored, which revision is >+ the <literal>HEAD</literal> for this file, what branches this file >+ is in, and any tags that are valid for this file. Then, for each >+ revision of this file, a log message is printed. This includes >+ the date and time of the commit, who did the commit, how many lines >+ were added and/or deleted, and finally the log message that the >+ committer who did the change wrote.</para> >+ >+ <para>If <filename>shazam</filename> is a directory, then the log >+ information described above is printed for each file in the >+ directory in turn. Unless you give the <option>-l</option> to >+ <literal>log</literal>, the log for all subdirectories of >+ <filename>shazam</filename> is printed too, in a recursive >+ manner.</para> >+ >+ <para>Use the <literal>log</literal> command to view the history of >+ one or more files, as it's stored in the CVS repository. You can >+ even use it to view the log message of a specific revision, if you >+ add the <option>-r<replaceable>rev</replaceable></option> to the >+ <literal>log</literal> command:</para> >+ >+ <screen>&prompt.user; <userinput>cvs log -r1.2 shazam</userinput></screen> >+ >+ <para>This will print only the log message for revision >+ <literal>1.2</literal> of file <filename>shazam</filename> if it is >+ a file, or the log message for revision <literal>1.2</literal> of >+ each file under <filename>shazam</filename> if it is a >+ directory.</para> > </listitem> > > <listitem>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28730
: 15505