Date: Sun, 8 Jun 2014 10:35:09 -0600 (MDT) From: Warren Block <wblock@wonkity.com> To: Matthias Apitz <guru@unixarea.de> Cc: freebsd-questions@freebsd.org Subject: Re: using subversion Message-ID: <alpine.BSF.2.00.1406081033150.10900@wonkity.com> In-Reply-To: <20140608160108.GA2501@tiny-r255948> References: <53948682.6050005@rcn.com> <20140608160108.GA2501@tiny-r255948>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 8 Jun 2014, Matthias Apitz wrote: > El día Sunday, June 08, 2014 a las 11:51:30AM -0400, Robert Huff escribió: > >> I have a system whose source tree is updated by subversion per the >> handbook. >> For reasona I won't get into, I want to _completely_ scrub those >> directories and all related svn information and do a fresh checkout. >> This is not covered in the Handbook, and I can't find a unified coherent >> explanation using Google. >> Quick-and-dirty (assuming no collateral damage) is fine. >> Please help. > > Will not help just doing: > > # rm -rf /usr/src Yes. That's all it takes, the Subversion metadata is in .svn in the top-level directory of the working copy. > # cd /usr > # svn co .... Yes, or just give svn a destination path: # svn checkout https://svn0.us-west.freebsd.org/base/stable/10 /usr/src From owner-freebsd-questions@FreeBSD.ORG Sun Jun 8 16:59:31 2014 Return-Path: <owner-freebsd-questions@FreeBSD.ORG> Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D1D9F46 for <freebsd-questions@freebsd.org>; Sun, 8 Jun 2014 16:59:31 +0000 (UTC) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CB499261B for <freebsd-questions@freebsd.org>; Sun, 8 Jun 2014 16:59:30 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id bs8so3195858wib.0 for <freebsd-questions@freebsd.org>; Sun, 08 Jun 2014 09:59:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=dWXwzksEWwsCeSGQ9xQrYQ2oU11aDjc6XHOWtofCAAs=; b=n5mITQxjZKYrXl/sDTKdLJO1D766nYCKsz9QZksn8H9eUeKnvkXdG04Tmxihzq8SzG uM4D9+Inz8HBjvw8UKm1cpZcvuCwj0X0zyED50oLviUaqX2xaqmuxv2+Q1bKiukd4QLx x+/rzJeGPV1VC88uWyuyeK8f1JoOdgBKQnkhRzQBbIMWkBpC6mB2Pdmmeu4Hx9L5/eST 1E95NyVcM0lKmxUkgXBGVcvnLWejE+hIMExsYFfgoqIdYJJEZ2w3xLNvgxfTIndUc4Vo yOIHrcP3g/8ZdC80+u3LV6Hud7uA1XipyIdHF/je9dqcEKdsbfPqyFJli1KHPQh3dqwY /SZQ== MIME-Version: 1.0 X-Received: by 10.194.157.68 with SMTP id wk4mr24446621wjb.42.1402246769038; Sun, 08 Jun 2014 09:59:29 -0700 (PDT) Received: by 10.217.43.194 with HTTP; Sun, 8 Jun 2014 09:59:28 -0700 (PDT) Reply-To: David.I.Noel@gmail.com In-Reply-To: <20140606204021.GP7535@itcom245.staff.itd.umich.edu> References: <20140606204021.GP7535@itcom245.staff.itd.umich.edu> Date: Sun, 8 Jun 2014 11:59:28 -0500 Message-ID: <CAHAXwYBBjqy5MzMqSppuohwBTETp-3Mdy1USa7hCgshqcp6tBQ@mail.gmail.com> Subject: Re: The Design and Implementation of the 4.4BSD Operating System From: David Noel <david.i.noel@gmail.com> To: William Bulley <web@umich.edu> Content-Type: text/plain; charset=UTF-8 Cc: Rick Miller <vmiller@hostileadmin.com>, Polytropon <freebsd@edvax.de>, FreeBSD Questions Mailing List <freebsd-questions@freebsd.org> X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions <freebsd-questions.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/> List-Post: <mailto:freebsd-questions@freebsd.org> List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, <mailto:freebsd-questions-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 08 Jun 2014 16:59:31 -0000 > A second edition is forth coming and available for pre-order: > "The magic garden explained. The internals of UNIX System 5 > release 4." by Benny Goodheart & James Cox > "Unix Internals: The New Frontiers" by Uresh Vahalia > ISBN-13: 978-8178084008 4.6 out of 5 stars on Amazon Very cool. Thanks for the feedback, guys. It looks like I've got a few new books to add to my library. I'm not a systems developer so these should be great introductions. I'm super excited about that second edition. I just pre-ordered it. Congratulations and many thanks to Marshall McKusick, George Neville-Neil, and Robert Watson for all their work. It looks like this will be a great resource for the community. > In my experience, the more technical books on topic you read, > the better is your understanding of the parts that keep the > system working. Especially when they are re-read from "different standpoints" Couldn't agree more. Thanks again. -David
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.1406081033150.10900>