From owner-freebsd-questions@FreeBSD.ORG Wed Mar 19 08:48:48 2014 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 ESMTPS id 1655E634 for ; Wed, 19 Mar 2014 08:48:48 +0000 (UTC) Received: from mail-yh0-x22b.google.com (mail-yh0-x22b.google.com [IPv6:2607:f8b0:4002:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D0BD8866 for ; Wed, 19 Mar 2014 08:48:47 +0000 (UTC) Received: by mail-yh0-f43.google.com with SMTP id b6so8178649yha.30 for ; Wed, 19 Mar 2014 01:48:47 -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=UjGiQ/YoX0jNylo3RAqOFY6pEP0nx/V5JBzllduKEsE=; b=DR0CwZbylXbRzjYJNFKRyR1M1ZGyHLQMGs4xju6Ds3TVqCvyOua17ndjR65oZn28zU 6epYjxPV8tnYD5nqHQLfmqPAJIXP3kTaf93l3pZJRH81Haco1SXJkBb9kiC4oB5xlHKy e8am9rm/z/0/5N7QHf71whw7Rofo277W31HKlX5jty+2eCaaQlNadKT64/oHZwUtI88v GTg/blSqJQC78hcqpHC+hmZCkTRglzqATzgNvMy6pl2YwgPnLTxndeSzGSfNCLyJRmum YVI7b24oVLPw5DsMk665MEK6KiHhJ7uighuD7qCDI23BYgTJ+2EKTaz2e6uuvAqbWULl UiCw== MIME-Version: 1.0 X-Received: by 10.236.148.143 with SMTP id v15mr24160810yhj.58.1395218927105; Wed, 19 Mar 2014 01:48:47 -0700 (PDT) Sender: olivier2553@gmail.com Received: by 10.170.135.140 with HTTP; Wed, 19 Mar 2014 01:48:47 -0700 (PDT) Date: Wed, 19 Mar 2014 15:48:47 +0700 X-Google-Sender-Auth: LOjIHAmpx80JtazBwzz08aWpNGM Message-ID: Subject: Upgrading FreeBSD to patch level with subversion From: Olivier Nicole To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2014 08:48:48 -0000 Hi, I don't understand how subversion works (or does not work). When I upgrade a machine from 9.1 to 9.2 with: svn checkout http://svn0.us-west.FreeBSD.org/base/releng/9.2 /usr/src I get a kernel 9.2-RELEASE-p3 as expected Now if I installed a machine with 9.2-RELEASE and I try the same svn command, nothing get updated. Is there some magic to be added (beside deleting /usr/src) to get svn to do the update? At least with cvs, update did mean update. Thanks in advance, Olivier