From owner-freebsd-questions@FreeBSD.ORG Sun Oct 14 21:57:46 2012 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 607F4FDB for ; Sun, 14 Oct 2012 21:57:46 +0000 (UTC) (envelope-from levitch@iglou.com) Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by mx1.freebsd.org (Postfix) with ESMTP id 1C41B8FC1A for ; Sun, 14 Oct 2012 21:57:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=iglou.com; s=alpha; h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date; bh=j9p+/r5P0S2mF1UnfZaxBBV4BLqGdANOCoNC2nFYQxg=; b=E8KfqUohIP0hPpY/n527QSYnEVE0QgfuMCp6fYeGCE490YU3eq7xLGyFOdckUUF7bSrWD5CsUTxzn2xfmu+0x8Drbz7jqKovdk36pemEcTzqjseoQgpNeudjltqKMVE1f6BK1lh4cfAC+QZ4hoITfVE3sjgs0eH72nhSKNqwE7M=; Received: from iglou3.iglou.com ([192.107.41.6]:61711 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1TNVrr-0007GB-VE by authid with igloumta_auth for questions@freebsd.org; Sun, 14 Oct 2012 17:37:03 -0400 Received: from shell1.iglou.com ([192.107.41.17]:43816 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1TNVrr-0002yv-KE for questions@freebsd.org; Sun, 14 Oct 2012 17:37:03 -0400 Date: Sun, 14 Oct 2012 17:37:03 -0400 (EDT) From: Darrel X-X-Sender: levitch@shell1 To: questions@freebsd.org Subject: blackend from svn Message-ID: User-Agent: Alpine 2.00 (GSO 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Originating-IP: 192.107.41.17 X-IgLou-Customer: 3cb6f76205bd20f518810676a67a982b X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2012 21:57:46 -0000 Hello, 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 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? Thank you, Darrel