Fix some links regarding synchronizing methods, make them point directly
on the right sections of the Handbook. PR: www/75612 Submitted by: David Adam <zanchey@ucc.gu.uwa.edu.au>
This commit is contained in:
parent
ba6e7123a4
commit
70204dc157
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23365
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY date "$FreeBSD: www/en/support.sgml,v 1.341 2004/10/22 09:56:22 blackend Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/support.sgml,v 1.342 2004/10/31 17:15:55 blackend Exp $">
|
||||
<!ENTITY title "Support">
|
||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -286,17 +286,17 @@
|
|||
it, you may choose any one of following options:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="doc/en_US.ISO8859-1/books/handbook/synching.html#CVSUP">cvsup</a> if you are looking
|
||||
<li><a href="doc/en_US.ISO8859-1/books/handbook/cvsup.html">cvsup</a> if you are looking
|
||||
for on-demand, low overhead access using a custom utility (written in
|
||||
Modula-3 no less).</li>
|
||||
|
||||
<li><a name="anoncvs" href="doc/en_US.ISO8859-1/books/handbook/synching.html#ANONCVS">anoncvs</a>
|
||||
<li><a name="anoncvs" href="doc/en_US.ISO8859-1/books/handbook/anoncvs.html">anoncvs</a>
|
||||
if you are looking for on-demand access that has higher overhead than
|
||||
cvsup (in terms of wall time and bytes transferred) but is easier to use
|
||||
for checking out small pieces of the tree and requires nothing more
|
||||
than the cvs tools already bundled with FreeBSD.</li>
|
||||
|
||||
<li><a href="doc/en_US.ISO8859-1/books/handbook/synching.html#CTM">CTM</a> if you are looking for
|
||||
<li><a href="doc/en_US.ISO8859-1/books/handbook/ctm.html">CTM</a> if you are looking for
|
||||
very low overhead, batch-mode access (basically, patches through
|
||||
email).</li>
|
||||
|
||||
|
|
Loading…
Reference in a new issue