From owner-freebsd-questions@FreeBSD.ORG Wed Jun 18 06:03:50 2014 Return-Path: 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 DFEB432A for ; Wed, 18 Jun 2014 06:03:50 +0000 (UTC) Received: from mail-ve0-x235.google.com (mail-ve0-x235.google.com [IPv6:2607:f8b0:400c:c01::235]) (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 A29EC2993 for ; Wed, 18 Jun 2014 06:03:50 +0000 (UTC) Received: by mail-ve0-f181.google.com with SMTP id db11so336363veb.40 for ; Tue, 17 Jun 2014 23:03:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=kcBozeIxVRYTNo8hhvHn3dPAbECjVOcvfHNrI6E2fwQ=; b=QBegwRSXnBq0trUF3DPPxy+Oqq4j+5uIut2+xEN7cpBV1aAfiuBNS/qcx6sxn/HDSu Ve8xb6L0ltuqDtOo77moeb8HCUUY9aRcgz9of2PUF2Pr98J6aMK6jrDfqvS8MF3o+h5c 2+obUoghKnyRHQY+NeF7aSg5/SCTOWb3r9Wh5Hy5E3zZOTDFKB9N3hd83UzLlq7lu/nt 4Cm7pRIDDAO15/aIXTkWH/b3blrW6BhojDmhQc5zPcf7GxPvAhyxLPIJmICShbdlk9S3 D4Lj2cAksvg/7ONP2mDOnK7K/HwRn7vuhYurjX8QJlQqV6ytwjryWWNPx6JdviTL+9Gc aaQQ== MIME-Version: 1.0 X-Received: by 10.220.12.66 with SMTP id w2mr25280005vcw.15.1403071429105; Tue, 17 Jun 2014 23:03:49 -0700 (PDT) Sender: christopher.maness@gmail.com Received: by 10.58.191.35 with HTTP; Tue, 17 Jun 2014 23:03:49 -0700 (PDT) Date: Tue, 17 Jun 2014 23:03:49 -0700 X-Google-Sender-Auth: gkExbNg0q7XjpfU1SksaS93SkEI Message-ID: Subject: Updating my /usr/src tree with SVN? From: Chris Maness To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2014 06:03:50 -0000 I am trying to update to 9.0, and ran into the surprise that CVS is not supported for that version. This site only seems to give a description of updating ports with SVN, and only hints at checkout/update the src tree. http://www.freebsd.org/doc/handbook/svn.html#svn-mirrors Could post the current command to update the source three? I much prefer using mergemaster than vi to merge my files. The binary update seems to force me to merge files by hand. Thanks, Chris