mirror of https://git.FreeBSD.org/doc.git
Do not mention Git mirrors in the Subversion chapter
The Git mirrors, sites and URLs are already described in the Git chapter. Also, chase the removal of the git-mirrors anchor. Point to the "Using Git" chapter instead.
This commit is contained in:
parent
a08c310936
commit
6269a3efb8
|
|
@ -554,7 +554,7 @@ The {dev-commits-src-main} list records the commit log entry for each change as
|
|||
+
|
||||
To join these lists, go to {mailman-lists}, click on the list to subscribe to, and follow the instructions.
|
||||
In order to track changes to the whole source tree, not just the changes to FreeBSD-CURRENT, subscribe to the {dev-commits-src-all}.
|
||||
. Synchronize with the FreeBSD-CURRENT sources. Typically, `git` is used to check out the -CURRENT code from the `main` branch of one of the Git mirror sites listed in crossref:mirrors[git-mirrors,“Git Mirror Sites”].
|
||||
. Synchronize with the FreeBSD-CURRENT sources. Typically, `git` is used to check out the -CURRENT code from the `main` branch of the FreeBSD Git repository (see crossref:mirrors[git,“Using Git”] for details).
|
||||
. Due to the size of the repository, some users choose to only synchronize the sections of source that interest them or which they are contributing patches to. However, users that plan to compile the operating system from source must download _all_ of FreeBSD-CURRENT, not just selected portions.
|
||||
+
|
||||
Before compiling FreeBSD-CURRENT, read [.filename]#/usr/src/Makefile# very carefully and follow the instructions in <<makeworld>>.
|
||||
|
|
|
|||
|
|
@ -817,19 +817,6 @@ An alternate way of updating the local working copy after checkout is provided b
|
|||
# make update SVN_UPDATE=yes
|
||||
....
|
||||
|
||||
[[git-mirrors]]
|
||||
=== Git Mirror Sites
|
||||
|
||||
The FreeBSD Git repository is:
|
||||
|
||||
[.programlisting]
|
||||
....
|
||||
https://git.freebsd.org/
|
||||
....
|
||||
|
||||
This is a publicly accessible mirror network that uses GeoDNS to select an appropriate back end server.
|
||||
To view the FreeBSD Subversion repositories through a browser, use https://cgit.freebsd.org[https://cgit.freebsd.org].
|
||||
|
||||
[[svn-mirrors]]
|
||||
=== Subversion Mirror Sites
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue