repository conversion:
- Replace the 'the-website-csup' and 'the-website-cvsup' sections
with a 'the-website-svn' section
- Replace 'www/en' with 'en_US.ISO8859-1/htdocs' as the starting
directory in the website build
- Remove the documented CVSROOT environment variable
- Update the WEB_LANG example to reflect the new repository layout
- Add a 'tip' section, noting that if the initial 'svn checkout'
command is not run as the root user, be sure that /usr/build is
writable by the current user, or use a different checkout location
- replace all SRCID values by their SVN equivalents (use 0 for
nl_NL.ISO8859-1/books/handbook/bsdinstall/chapter.sgml which is WIP)
- remove the last few remaining FreeBSDnl tags
- update SOURCE values for new website layout, and correct some values
repository conversion:
- Update an overview of where (as in, what repository) various parts
of the documentation project are located.
- Update CVS->Subversion/svn where necessary.
- Remove references to CVSup, CTM.
- Update commands for checking out the documentation tree.
- In an example, prefer to use 'svn export foo bar' instead of
'cp -R foo bar', since the latter will also copy '.svn' directories
(if they exist). 'svn export' is much cleaner, and will produce
a diff that makes sense.
repository conversion:
- Replace "Main Subversion Root" with "src/ Subversion Root", and add
and equivalent entry for the doc/ tree root
- Replace "Main CVSROOTs" with "ports/ CVS Root" and remove the listing
for the doc/ CVS tree
- Specify the src/ tree in a listing of noteworthy branches
- Update an example to use "pcvs" instead of "dcvs"
CVS->SVN conversion:
- Remove references of 'dcvs' from the VCS Operations Guide
- Fix the date the src tree was moved from CVS->SVN while here
- Add the date the doc CVS->SVN conversion was officially complete
- Add doc-specific notes to the Subversion primer
- Document that, though the Subversion Primer is written with the src
tree in mind, the underlying concepts are the same
- Move files under <lang>/htdocs/share to <lang>/share.
- s/WEB_PREFIX/DOC_PREFIX/
- Update the webupdate script to use the SVN repository.
Approved by: doceng (implicit)
- Repocopy from www/<lang> to head/<lang>/htdocs to eliminate duplicate
information in the www and the doc directory.
- Add various administration files to svnadmin.
Approved by: doceng (implicit)