Document the fact that .cvspass might have to be created (as
an empty file) before 'cvs login' works.
This commit is contained in:
parent
fd14001256
commit
f4ec5db791
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=13054
1 changed files with 10 additions and 0 deletions
|
@ -1094,6 +1094,16 @@
|
|||
&man.cvs.1; command to access it like any local
|
||||
repository.</para>
|
||||
|
||||
<note>
|
||||
<para>The <command>cvs login</command> command, stores the passwords
|
||||
that are used for authenticating to the CVS server in a file
|
||||
called <filename>.cvspass</filename> in your
|
||||
<literal>HOME</literal> directory. If this file doesn't exist,
|
||||
you might get an error when trying to use <command>cvs
|
||||
login</command> for the first time. Just make an empty
|
||||
<filename>.cvspass</filename> file, and retry to login.</para>
|
||||
</note>
|
||||
|
||||
<para>While it can also be said that the <link
|
||||
linkend="cvsup">CVSup</link> and <emphasis>anoncvs</emphasis>
|
||||
services both perform essentially the same function, there are
|
||||
|
|
Loading…
Reference in a new issue