From owner-freebsd-current@freebsd.org Thu Dec 29 23:32:12 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 50A1FC9628A for ; Thu, 29 Dec 2016 23:32:12 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wm0-x244.google.com (mail-wm0-x244.google.com [IPv6:2a00:1450:400c:c09::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA5B41A88 for ; Thu, 29 Dec 2016 23:32:11 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by mail-wm0-x244.google.com with SMTP id c85so30337548wmi.1 for ; Thu, 29 Dec 2016 15:32:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=4viRJFUxTmdKNP/a31DL8E3HrCwJCSUt4BdbiPg32WE=; b=fQpdrnx2nzGV07mRLxeSlt2sA8ddfdsN5vnsvOrFWTuCjFJk/2FjNQSgeujCdqacLk HH0cIr8SrXBBa2512TFU2eTgImBktY6zIiwt9+PE9EfPkW3Rtj0c2rX+XnBGx3u5hdEF dAVugsAUGm2gvJgQfZgygZcUltUw/p1HutYUrS1oqku8AaEzAP3nXHYH3SXwIdS+K9xJ 1xbWH2Ue/LVyj7CDFavjQi3SbgbzvSChl/LZP58GHNL/54Zkl2aM5el+0/mxNlqiLSFl M0mpoJuEv6QZC06LSFfySRm6QV/UT6dDiJ/E8tbj6eTGuuaCylzIX+0L5vmMYTMg3rEi kbsQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=4viRJFUxTmdKNP/a31DL8E3HrCwJCSUt4BdbiPg32WE=; b=GPgd0hzYSThkkFAMxKrIfNd0D1pJKtPln44h5JSHW3znP3ITd3G7/e4wXmSc9x7F3o 8h28fWa/twvJ0XaXDaMCXSssTUMzwiwhOUzGOMBIKhgwC3ONiHig5u2MxnwqwVydIBUt nuu1vcHwOEBiCOqit9i2NfJnzY5T0qGOhydoccnOqgBKAFa8ekULQScoz34feWkLmCNu AbYovxDxv7E24nKdySp70Totxl+tMDrWphwRGNpTECfq7j02J6QQptV1wWpaUiAIduLd YHqCYWjMwdnuN/fDXazs6Pk/zCkDCnmhnTDjSXdXtY/uPv5XPcZ3bXcCf4LF5EnksncQ SSXw== X-Gm-Message-State: AIkVDXJbtfIx8j0kRprVE5KNMYbVsWUTvszEN9ZFc0J+L8t3XJoe+Av7OAkiFhpNBHU46A== X-Received: by 10.28.45.142 with SMTP id t136mr44493698wmt.110.1483054329764; Thu, 29 Dec 2016 15:32:09 -0800 (PST) Received: from gumby.homeunix.com ([81.17.24.158]) by smtp.gmail.com with ESMTPSA id f76sm67526711wmd.15.2016.12.29.15.32.08 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 29 Dec 2016 15:32:08 -0800 (PST) Date: Thu, 29 Dec 2016 23:32:05 +0000 From: RW To: freebsd-current@freebsd.org Subject: Re: A question about updating src & ports Message-ID: <20161229233205.2feb1125@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.29; amd64-portbld-freebsd10.3) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2016 23:32:12 -0000 On Thu, 29 Dec 2016 18:11:38 +0800 blubee blubeeme wrote: > Can I mix portsnap fetch update or should I just continue to use svn > update /usr/ports As a general rule don't mix methods in the same directory.