blackend from svn

Matthew Seaman matthew at FreeBSD.org
Mon Oct 15 06:05:12 UTC 2012


On 14/10/2012 22:37, Darrel wrote:
> Having just installed a new system, I am considering using svn to
> get some docs.  Perhaps I will create doc under /usr/local like
> this:
> 
> # cd /usr/local
> # mkdir doc

The canonical location is /usr/doc -- this stuff is part of FreeBSD
itself, so shouldn't really sit under ${LOCALBASE}

> and then:
> 
> svn co svn://svn.freebsd.org/doc/release/9.1.0/en_US.ISO8859-1/
> 
> I already am running current and stable- this computer is mainly
> for using VirtualBox to test Linux stuff that some contracts are
> asking for.
> 
> Does this method of having a local copy of docs around seem alright,
> or does someone know that there is a better way?

That should work fine, if what you are after are the .xml source files
the documentation is compiled from.  Note that compiling all this stuff
into HTML or PDF requires a moderately large toolchain to be installed.
(see: textproc/docproj* in ports.)

Also, the URL doc/release/9.1.0/en_US.ISO8859-1 -- that's a tag in SVN,
meaning it is never going to be updated.  Check out HEAD if you want to
be able to track changes.

You always used to be able to install a pre-compiled doc bundle from the
install media.  What with changes over the last several months I don't
know if that is still possible, but if it is, then that would probably
be more suitable if all you want is to have a reference copy of the docs
to hand.

	Cheers,

	Matthew
-- 
Dr Matthew J Seaman MA, D.Phil.
PGP: http://www.infracaninophile.co.uk/pgpkey


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 264 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20121015/2decde00/attachment.sig>


More information about the freebsd-questions mailing list