Point people to the cvs(1) manpage and ``cvs import'' rather than to the
now obsolete/unused easy-import script. Reviewed by: fenner
This commit is contained in:
parent
75b3f7751c
commit
3a8a41a291
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13444
1 changed files with 5 additions and 9 deletions
|
@ -178,12 +178,8 @@
|
|||
<filename>/home/ncvs</filename>, and then doing the appropriate
|
||||
check-out/check-in operations. If you wish to add
|
||||
something which is wholly new (like contrib-ified
|
||||
sources, etc), a script called <filename>easy-import</filename> is
|
||||
also provided for making the process easier. It automatically
|
||||
adds the new module entry, does the appropriate thing with
|
||||
<command>cvs import</command>, etc. Just run it without
|
||||
arguments and it will prompt you for everything it needs to
|
||||
know.</para>
|
||||
sources, etc), <command>cvs import</command> should be used.
|
||||
Refer to the &man.cvs.1; manual page for usage.</para>
|
||||
|
||||
<para>Note that when you use CVS on <hostid>freefall</hostid>, you
|
||||
should set your <literal>umask</literal> to <literal>2</literal>,
|
||||
|
@ -583,11 +579,11 @@
|
|||
</itemizedlist>
|
||||
|
||||
<para>You will almost certainly get a conflict because
|
||||
of the <literal>$Id: article.sgml,v 1.126 2002-06-16 00:38:24 keramida Exp $</literal> (or in FreeBSD's case,
|
||||
of the <literal>$Id: article.sgml,v 1.127 2002-06-21 01:22:10 jmallett Exp $</literal> (or in FreeBSD's case,
|
||||
<literal>$<!-- stop expansion -->FreeBSD<!-- stop expansion -->$</literal>) lines, so you will have to edit
|
||||
the file to resolve the conflict (remove the marker lines and
|
||||
the second <literal>$Id: article.sgml,v 1.126 2002-06-16 00:38:24 keramida Exp $</literal> line, leaving the original
|
||||
<literal>$Id: article.sgml,v 1.126 2002-06-16 00:38:24 keramida Exp $</literal> line intact).</para>
|
||||
the second <literal>$Id: article.sgml,v 1.127 2002-06-21 01:22:10 jmallett Exp $</literal> line, leaving the original
|
||||
<literal>$Id: article.sgml,v 1.127 2002-06-21 01:22:10 jmallett Exp $</literal> line intact).</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
Loading…
Reference in a new issue