From owner-freebsd-questions@FreeBSD.ORG Thu Jan 17 08:47:38 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E3984A9B for ; Thu, 17 Jan 2013 08:47:38 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-la0-f47.google.com (mail-la0-f47.google.com [209.85.215.47]) by mx1.freebsd.org (Postfix) with ESMTP id 6C2B6D03 for ; Thu, 17 Jan 2013 08:47:37 +0000 (UTC) Received: by mail-la0-f47.google.com with SMTP id fh20so2317427lab.20 for ; Thu, 17 Jan 2013 00:47:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=x6MmrqXZFu2oWml4m/nraTfo0ySLGoz1+rHyAeieNNw=; b=S0Tcsa4V+HL20zjxsoAvdwtfRpsfq+sOzVkYbEPDueEqnuMZEv1p7fFOfzAxVvXEpH jR24qNL3xB3sivlAXg2IQYqFZh1IRf1xX2W8VR/TEwAW7Uxe+zLaKKq/XzFXcnZWVGEw 6pRQVf2XtfoKjXUHQHpb37fbv4me/s8G7r6opUQeLI+Sj08GI6R7al691R/CeQP/i7vI yrAnwXqGqWoS75uxMf1ebAt0lNWuxVbns4ApXbswGRkophkuSAdnrkNN2WbkHjxzg+/g Xg9oI5rRhYNmAyV1bsylX6HgOMQWMAuVwrO/evRFb2RNV15lPCpqkKET6IA7JIoNLjaR HiAg== X-Received: by 10.112.100.195 with SMTP id fa3mr1916556lbb.38.1358412457016; Thu, 17 Jan 2013 00:47:37 -0800 (PST) Received: from Melon.malikania.fr (wifi-osiris-sec-182-36.u-strasbg.fr. [130.79.182.36]) by mx.google.com with ESMTPS id fh4sm385028lbb.7.2013.01.17.00.47.32 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 17 Jan 2013 00:47:35 -0800 (PST) Message-ID: <50F7BA96.1040001@gmail.com> Date: Thu, 17 Jan 2013 09:47:18 +0100 From: David Demelier User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130115 Thunderbird/17.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Change branch with svn Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2013 08:47:38 -0000 Hello folks, Just wanted to switch from RELEASE-9.1 to 9-STABLE my /usr/src, I was used to csup, this tool was updating the src tree without removing it. How can I switch my /usr/src tree to stable/9 branch without removing old files? Cheers, David