From 6bc7d259d8f513ab2516d16682d4a0d2ed0fff32 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Sat, 19 May 2012 23:49:28 +0000 Subject: [PATCH] Add a brief section to the Subversion Primer outlining the layout of the doc SVN repository. --- .../articles/committers-guide/article.sgml | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/en_US.ISO8859-1/articles/committers-guide/article.sgml b/en_US.ISO8859-1/articles/committers-guide/article.sgml index ee5746a9f9..a25040aefd 100644 --- a/en_US.ISO8859-1/articles/committers-guide/article.sgml +++ b/en_US.ISO8859-1/articles/committers-guide/article.sgml @@ -1377,6 +1377,45 @@ Host projcvs.FreeBSD.org + + + &os; Documentation Project Branches and + Layout + + In svn+ssh://svn.freebsd.org/doc, + doc refers repository root of the + source tree. + + In general, most &os; Documentation Project work will be + done within the head/ branch of the + source tree. + + &os; documentation is written and/or translated to + various languages, each of which within a separate + directory within the head/ + branch. + + Each translation set contains several subdirectories for + the various parts of the &os; Documentation Project. A few + noteworthy directories are: + + + + /articles/ contains the source + code for articles written by various &os; + contributors. + + + /books/ contains the source + code for the different books, such as the + &os; Handbook. + + + /htdocs/ contains the source + code for the &os; website. + + +