From owner-freebsd-doc@FreeBSD.ORG Tue May 5 16:20:55 2015 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21F3F799 for ; Tue, 5 May 2015 16:20:55 +0000 (UTC) Received: from mail-wi0-x22d.google.com (mail-wi0-x22d.google.com [IPv6:2a00:1450:400c:c05::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BF1E6184D for ; Tue, 5 May 2015 16:20:54 +0000 (UTC) Received: by wizk4 with SMTP id k4so168212214wiz.1 for ; Tue, 05 May 2015 09:20:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:from:date:message-id:subject:to:content-type; bh=lWEpMJeZmVUIbx/EWcuSf/J2WaJvoRnOuT7fFfaWZBo=; b=jBRtz9yXLWu6WRpmZvR3zhVy9wXTpBXLd+tr2WlJ++oP6vj0qPTvaDjw0XwAYSsuwI +H6lEtmkYZlnCaJVfalNqjYsJmhA6qFXvYPA04wPEUiIIo77QF5GcF1hFFfJ3P51LjOM PYdR9ovXfc9T+SOYHBnUuZWzR7aefNxKFRmzg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=lWEpMJeZmVUIbx/EWcuSf/J2WaJvoRnOuT7fFfaWZBo=; b=aYK3ga3T3efNF+n426F3VgPu8OtSh8p32sTtb1hr1rLlrlA30ckKwN7uxUsA1vF5nb xe7jGk+JlR4jW8pHfHJhSDb1lxXJxOG+A5/FX6MMlu/y7FtmsjSf4uVJ/QYEr5xySgyQ OpQVOBtTPQlPr88Fy3U9mTlvU1WizyHB+dJ9esF4ypIAKAzkjMM+3qP+xMEnnVX4qcPU jkreSt7pVRx/UzAJo9+HbMY7Y9iWPZOtfqXhDp5t8ZZRmys6z6Ny+hLqhwDph/RNJ+OT 7L/AbStPSA1VyFtI1UvYbqkdFATbke9DmLpMsEc3dFxA5k8+NPwnTnRJayyPUZEYbRXC cVfQ== X-Gm-Message-State: ALoCoQlbdIR3UcvlQrbUlFvT8Jhvuyrl3YW76tBr4g6jOWIJaemhgmiOBMumwPNKZFLcziMZUBM9 X-Received: by 10.180.86.69 with SMTP id n5mr5436633wiz.91.1430842853156; Tue, 05 May 2015 09:20:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.20.75 with HTTP; Tue, 5 May 2015 09:20:22 -0700 (PDT) From: Eitan Adler Date: Tue, 5 May 2015 09:20:22 -0700 Message-ID: Subject: doc/release removal? To: FreeBSD Release Engineering Team , FreeBSD Documentation Engineering Team , FBSD Doc project Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 May 2015 16:20:55 -0000 Hi all, doc/release/Makefile has many references to cvs checkouts. In addition doc/release/texts/ only has a README which references non-existent directories. Is there any reason not to `svn rm doc/release`? -- Eitan Adler