From owner-freebsd-stable@FreeBSD.ORG Sat Jan 2 02:13:01 2010 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA4391065679 for ; Sat, 2 Jan 2010 02:13:01 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.27]) by mx1.freebsd.org (Postfix) with ESMTP id 806BA8FC19 for ; Sat, 2 Jan 2010 02:13:01 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 4so3574113eyf.9 for ; Fri, 01 Jan 2010 18:12:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=sho8sdbrS3TJuuoMElCIEygRUqj2cm/PXGVLS8qzQ3A=; b=AGoB6UG5Bkj1eCJHXEDfsYGY9sAPa0HO5ETvkiXwqGvdJ1oi37DjowCGGzSPeLmusq 8l0YzCDEygqj+nXAD1i+eEvKoo4q0ow3ujF142Jn5A5XdARDC0bAWRwcVadad/NeIVWy eEcQBpPTm94T8DH3g1PgwyLCPC3ajjUSC/O9c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=VP9/7ODf0OgRJksuj6Vf/nsxgqnQxLtdZreN91G/2apW3j8v2dlGOXi1PmRH/Ce4jO RDGN31/XgwAICiWXyTXAYvXCk6cACM8JGC65n9Q1Oh6QZL/Rj8k4NW3doXR7yNR/bW7o GXGf/l9y7UTgUrLsucubVQuDLFY0RjyKy99YY= MIME-Version: 1.0 Received: by 10.216.86.195 with SMTP id w45mr4914362wee.82.1262396911607; Fri, 01 Jan 2010 17:48:31 -0800 (PST) In-Reply-To: <6101e8c40912291418w25b46700hb14c53ee414010da@mail.gmail.com> References: <6101e8c40912291418w25b46700hb14c53ee414010da@mail.gmail.com> Date: Fri, 1 Jan 2010 20:48:31 -0500 Message-ID: From: Ryan Stone To: Oliver Pinter Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org, stable@freebsd.org Subject: Re: something fails with svn X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jan 2010 02:13:02 -0000 > the git config is: > > [core] > =A0 =A0 =A0 =A0repositoryformatversion =3D 0 > =A0 =A0 =A0 =A0filemode =3D true > =A0 =A0 =A0 =A0bare =3D false > =A0 =A0 =A0 =A0logallrefupdates =3D true > [svn-remote "svn"] >>>>> =A0 =A0 =A0 =A0url =3D svn://svn.freebsd.org/base/stable/7 <<<< > =A0 =A0 =A0 =A0fetch =3D :refs/remotes/git-svn > It looks like the error is on the line I've highlighted(note that it's trying to fetch files under svn://svn.freebsd.org/base/stable/7/head, which clearly won't work). I don't know anything about git so I can't give advice as to how to accomplish what you're trying to do.