From owner-freebsd-questions@FreeBSD.ORG Mon Aug 5 15:16:45 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E99CFD19; Mon, 5 Aug 2013 15:16:45 +0000 (UTC) (envelope-from david.i.noel@gmail.com) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 57FA7227D; Mon, 5 Aug 2013 15:16:45 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id hi8so1671920wib.5 for ; Mon, 05 Aug 2013 08:16:43 -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=ijzBysfMbH6kBx5Xxcl4wnUEgXDRXCu4WRwG7WJYIOE=; b=Mi6wIu37UP2vrxl8Ogwe9kPJk/lsNbPesKscOL2cZi8Vm+eos6bi3TyXLMPjRSraDv +MPiYaDnYjAx+Xgc3NUR1N7djTamwq3KCy83LTwzkBRT+7rcilLKyNgheISHQtN2YfK8 MLW6Gg0115zI9e8STb2QYQsM27n8F+BZLkHmwOcR5GgSv9DNfXfbnlIsjvhrlHJpljRl 4aUqWnqFVMWujmG7dkXDpKTdIc428/ToS2RSFHAmT+1dXHgFu7V6rABvFqKnPNmSs/9D ndafiZzQoMA3ja4Ih8gQRltE7OKm7fLN59UqZOoxOE4fimPOZ7DkLg4KRp2mRNcLgIaB m+rA== MIME-Version: 1.0 X-Received: by 10.180.182.67 with SMTP id ec3mr7140683wic.1.1375715803629; Mon, 05 Aug 2013 08:16:43 -0700 (PDT) Received: by 10.217.2.141 with HTTP; Mon, 5 Aug 2013 08:16:43 -0700 (PDT) In-Reply-To: References: <51FF5F70.7020205@freebsd.org> <51FFADB4.2040103@freebsd.org> Date: Mon, 5 Aug 2013 10:16:43 -0500 Message-ID: Subject: Re: Update /usr/src with subversion From: David Noel To: Matthew Seaman Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: David.I.Noel@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Aug 2013 15:16:46 -0000 On 8/5/13, David Noel wrote: > Thanks, guys! > > On 8/5/13, Matthew Seaman wrote: >> On 05/08/2013 14:22, Warren Block wrote: >>>> Your solution looks a bit cleaner than the one proposed there: "rm -r >>>> /usr/src/.svn, and then check out the new branch". >>>> >>>> I'll check out the man for svn switch. >>> >>> The new form is just 'svn relocate': >>> http://forums.freebsd.org/showpost.php?p=224243&postcount=5 >> >> Just to be clear: >> >> 'svn relocate' is the new form for 'svn switch --relocate', used to >> change the servers or the protocol (or both) used to access the >> repository. >> >> 'svn switch' (without the --relocate argument) is still valid and is >> used to switch between branches within the repo. >> >> It's just 'svn switch --relocate' which is deprecated. Ooops. Top-posted. I always forget. Does anyone know how to change the default "reply" behavior of gmail? Last I searched the only way to do it was with a greasemonkey script...