From owner-freebsd-ppc@FreeBSD.ORG Sun Feb 19 21:36:49 2012 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA81D106564A for ; Sun, 19 Feb 2012 21:36:49 +0000 (UTC) (envelope-from robballantyne3@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 482D18FC17 for ; Sun, 19 Feb 2012 21:36:48 +0000 (UTC) Received: by wgbdq11 with SMTP id dq11so4133977wgb.31 for ; Sun, 19 Feb 2012 13:36:48 -0800 (PST) Received-SPF: pass (google.com: domain of robballantyne3@gmail.com designates 10.180.7.231 as permitted sender) client-ip=10.180.7.231; Authentication-Results: mr.google.com; spf=pass (google.com: domain of robballantyne3@gmail.com designates 10.180.7.231 as permitted sender) smtp.mail=robballantyne3@gmail.com; dkim=pass header.i=robballantyne3@gmail.com Received: from mr.google.com ([10.180.7.231]) by 10.180.7.231 with SMTP id m7mr16911592wia.3.1329687408219 (num_hops = 1); Sun, 19 Feb 2012 13:36:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=Vp9mYYEiLA3s594hM9P0xJmn4jN1RwUQSlQKh6cmXkY=; b=AZdF6OPVeGdvU18LukS7GVygXBPh9oFIwpOyifAPwtSU0VIJbFvFUZZivT+QWpF/EC 6tsBAP07AsHSGAYZErWqXFbz0v6UGWW71d9RmJO38wEJdEtBlPLVypjN5AStxWFvHZNj aBSPr2O6+vTs8TMAMnUr98o1l49KDv4Ww9lmo= MIME-Version: 1.0 Received: by 10.180.7.231 with SMTP id m7mr14234055wia.3.1329687408136; Sun, 19 Feb 2012 13:36:48 -0800 (PST) Received: by 10.223.76.14 with HTTP; Sun, 19 Feb 2012 13:36:48 -0800 (PST) Date: Sun, 19 Feb 2012 13:36:48 -0800 Message-ID: From: Rob Ballantyne To: freebsd-ppc@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Proper method to checkout stable? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2012 21:36:49 -0000 Hi All, I'm doing a 'svn co http://svn.freebsd.org/base/stable/9 src' on another machine (OS X, because I can't get subversion installed locally) and it's producing an error: ... A src/share/man/man9/vget.9 svn: In directory 'src/share/man/man9' svn: Can't open file 'src/share/man/man9/.svn/tmp/text-base/VFS_MOUNT.9.svn-base': No such file or directory Is check-out somehow dependent on being written to the correct location on a FreeBSD machine? Thanks, Rob