/[texi2html]/texi2html/Tests/ccvs_res/cvs_12.html
ViewVC logotype

Diff of /texi2html/Tests/ccvs_res/cvs_12.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.29 by pertusus, Tue Aug 9 17:19:21 2005 UTC revision 1.30 by pertusus, Tue Aug 23 23:51:10 2005 UTC
# Line 11  Send bugs and suggestions to <texi2html- Line 11  Send bugs and suggestions to <texi2html-
11    
12  -->  -->
13  <head>  <head>
14  <title>CVS--Concurrent Versions System v1.12.1.1: 12. Keyword substitution</title>  <title>CVS&mdash;Concurrent Versions System v1.12.1.1: 12. Keyword substitution</title>
15    
16  <meta name="description" content="CVS--Concurrent Versions System v1.12.1.1: 12. Keyword substitution">  <meta name="description" content="CVS&mdash;Concurrent Versions System v1.12.1.1: 12. Keyword substitution">
17  <meta name="keywords" content="CVS--Concurrent Versions System v1.12.1.1: 12. Keyword substitution">  <meta name="keywords" content="CVS&mdash;Concurrent Versions System v1.12.1.1: 12. Keyword substitution">
18  <meta name="resource-type" content="document">  <meta name="resource-type" content="document">
19  <meta name="distribution" content="global">  <meta name="distribution" content="global">
20  <meta name="Generator" content="texi2html">  <meta name="Generator" content="texi2html">
# Line 219  See section <a href="#SEC104">Problems w Line 219  See section <a href="#SEC104">Problems w
219  </dd>  </dd>
220  <dt> <code>$<i></i>State$</code></dt>  <dt> <code>$<i></i>State$</code></dt>
221  <dd><p>The state assigned to the revision.  States can be  <dd><p>The state assigned to the revision.  States can be
222  assigned with <code>cvs admin -s</code>--see <a href="cvs_16.html#SEC121">admin options</a>.  assigned with <code>cvs admin -s</code>&mdash;see <a href="cvs_16.html#SEC121">admin options</a>.
223  </p>  </p>
224  <a name="IDX194"></a>  <a name="IDX194"></a>
225  </dd>  </dd>
# Line 238  look something like this: Line 238  look something like this:
238     * $<i></i>MYBSD: src/frob.c,v 1.1 2003/05/04 09:27:45 john Exp $     * $<i></i>MYBSD: src/frob.c,v 1.1 2003/05/04 09:27:45 john Exp $
239     */     */
240  </pre></td></tr></table>  </pre></td></tr></table>
241  <p>Many repositories make use of a such a &quot;local  <p>Many repositories make use of a such a &ldquo;local
242  keyword&quot; feature. An old patch to <small>CVS</small> provided  keyword&rdquo; feature. An old patch to <small>CVS</small> provided
243  the <code>LocalKeyword</code> feature using a <code>tag=</code>  the <code>LocalKeyword</code> feature using a <code>tag=</code>
244  option and called this the &quot;custom tag&quot; or &quot;local  option and called this the &ldquo;custom tag&rdquo; or &ldquo;local
245  tag&quot; feature. It was used in conjunction with the  tag&rdquo; feature. It was used in conjunction with the
246  what they called the <code>tagexpand=</code> option. In  what they called the <code>tagexpand=</code> option. In
247  <small>CVS</small> this other option is known as the  <small>CVS</small> this other option is known as the
248  <code>KeywordExpand</code> option.  <code>KeywordExpand</code> option.
# Line 265  conflicts that arise during an import of Line 265  conflicts that arise during an import of
265  </p>  </p>
266  <p>All keyword expansion except the local keyword may be  <p>All keyword expansion except the local keyword may be
267  disabled using the <code>KeywordExpansion</code> option in  disabled using the <code>KeywordExpansion</code> option in
268  the <tt>`CVSROOT/config'</tt> file--see  the <tt>`CVSROOT/config'</tt> file&mdash;see
269  <a href="#SEC103">Configuring Keyord Expansion</a> for more details.  <a href="#SEC103">Configuring Keyord Expansion</a> for more details.
270  </p>  </p>
271  </dd>  </dd>
# Line 378  and <code>troff</code> you can embed the Line 378  and <code>troff</code> you can embed the
378  <p>It is also possible to specify an explicit list of  <p>It is also possible to specify an explicit list of
379  keywords to include or exclude using the  keywords to include or exclude using the
380  <code>KeywordExpand</code> option in the  <code>KeywordExpand</code> option in the
381  <tt>`CVSROOT/config'</tt> file-see <a href="#SEC103">Configuring Keyord Expansion</a>  <tt>`CVSROOT/config'</tt> file&ndash;see <a href="#SEC103">Configuring Keyord Expansion</a>
382  for more details. This feature is intended primarily  for more details. This feature is intended primarily
383  for use with the <code>LocalKeyword</code> option-see  for use with the <code>LocalKeyword</code> option&ndash;see
384  <a href="#SEC99">Keyword List</a>.  <a href="#SEC99">Keyword List</a>.
385  </p>  </p>
386  <hr size="6">  <hr size="6">
# Line 474  the keyword names are removed, so this o Line 474  the keyword names are removed, so this o
474  used with care.  used with care.
475  </p>  </p>
476  <p>One often would like to use <samp>`-kv'</samp> with <code>cvs  <p>One often would like to use <samp>`-kv'</samp> with <code>cvs
477  export</code>--see section <a href="cvs_16.html#SEC135">export--Export sources from CVS, similar to checkout</a>.  But be aware that doesn't  export</code>&mdash;see section <a href="cvs_16.html#SEC135">export&mdash;Export sources from CVS, similar to checkout</a>.  But be aware that doesn't
478  handle an export containing binary files correctly.  handle an export containing binary files correctly.
479  </p>  </p>
480  </dd>  </dd>
# Line 511  $<i></i>OpenBSD$, and even $<i></i>dotat Line 511  $<i></i>OpenBSD$, and even $<i></i>dotat
511  The advantage of this is that  The advantage of this is that
512  you can include your local version information in a  you can include your local version information in a
513  file using this local keyword (sometimes called a  file using this local keyword (sometimes called a
514  &quot;custom tag&quot; or a &quot;local tag&quot;) without disrupting  &ldquo;custom tag&rdquo; or a &ldquo;local tag&rdquo;) without disrupting
515  the upstream version information (which may be a  the upstream version information (which may be a
516  different local keyword or a standard keyword). In  different local keyword or a standard keyword). In
517  these cases, it is typically desirable to disable the  these cases, it is typically desirable to disable the
# Line 606  recognized. Line 606  recognized.
606  controversial.  As long as you are working on your  controversial.  As long as you are working on your
607  development system the information is easily accessible  development system the information is easily accessible
608  even if you do not use the <code>$<i></i>Log$</code>  even if you do not use the <code>$<i></i>Log$</code>
609  keyword--just do a <code>cvs log</code>.  Once you export  keyword&mdash;just do a <code>cvs log</code>.  Once you export
610  the file the history information might be useless  the file the history information might be useless
611  anyhow.  anyhow.
612  </p>  </p>

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26