Add some note that there is no cvs@ anymore, but cvsadm@

and seperate email addresses for each repository.

Reviewed by:	ru, keramidas
This commit is contained in:
Josef El-Rayes 2004-09-03 16:37:17 +00:00
parent f8f46a5060
commit d930432ab3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22225

View file

@ -220,6 +220,29 @@
ones able to directly fiddle the repository bits on the repository hosts
are the repomeisters. To enforce this, there are no login shells
available on the repository machines, except to the repomeisters.</para>
<note><para>Depending on the affected area of the CVS repository,
you should send your request to one of the following email
addresses:</para>
<itemizedlist>
<listitem><para>ncvs@ - regarding <filename role="directory">
/home/ncvs</filename>, the src and
src-sys repository</para></listitem>
<listitem><para>pcvs@ - regarding <filename role="directory">
/home/pcvs</filename>, the ports
repository</para></listitem>
<listitem><para>dcvs@ - regarding <filename role="directory">
/home/dcvs</filename>, the doc
repository</para></listitem>
<listitem><para>projcvs@ - regarding <filename role="directory">
/home/projcvs</filename>, the
third party projects repository</para></listitem>
</itemizedlist>
</note>
<para>The CVS tree is currently split into four distinct repositories,
namely <literal>doc</literal>, <literal>ports</literal>,
@ -697,11 +720,11 @@ alias scvs env CVS_RSH=ssh cvs -d <replaceable>user</replaceable>@ncvs.FreeBSD.o
</itemizedlist>
<para>You will almost certainly get a conflict because
of the <literal>$Id: article.sgml,v 1.207 2004-08-08 13:43:53 hrs Exp $</literal> (or in FreeBSD's case,
of the <literal>$Id: article.sgml,v 1.208 2004-09-03 16:37:17 josef 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.207 2004-08-08 13:43:53 hrs Exp $</literal> line,
leaving the original <literal>$Id: article.sgml,v 1.207 2004-08-08 13:43:53 hrs Exp $</literal> line intact).</para>
(remove the marker lines and the second <literal>$Id: article.sgml,v 1.208 2004-09-03 16:37:17 josef Exp $</literal> line,
leaving the original <literal>$Id: article.sgml,v 1.208 2004-09-03 16:37:17 josef Exp $</literal> line intact).</para>
</listitem>
<listitem>