From owner-freebsd-hackers@FreeBSD.ORG Sat Jan 2 01:58:40 2010 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6055D106566C; Sat, 2 Jan 2010 01:58:40 +0000 (UTC) (envelope-from oliver.pntr@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 831428FC08; Sat, 2 Jan 2010 01:58:40 +0000 (UTC) Received: by bwz5 with SMTP id 5so8654934bwz.3 for ; Fri, 01 Jan 2010 17:58:29 -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=TOwlKqKNZa3Epv2czEwi0dxyvHD2EFTAdxZ1/VQibgI=; b=DgIlU5eS+KbmxIXVlTDyUu2poKtVv2gBLjugNSli0ygGg7jiEdXPqV6fHUwI02Swxa kHoiQdQ/SSgFyyIijgMXXEhrJGB0hw8TUtHffF2GEcZ8Rwpx7O3qqcYuKDDu9sGOFqEo XxXNo3fkUIk5xA1QKIpFp6G1GOtlzQLAsAFvA= 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=hdNKGddixGR1NDShLDU8ra6YF0nznDcc61GYtBjqZxT0MXkfMnht+HaqI3Eqksrd48 jly0TxyFuGLDV+RxZQTkRptvpTxONb6b0ETE+3bz1+WX4b8yqOhkpHHpAPWz43tWeaLB oDcNEnJfflpsfl1cjw8Lu06UxoUhmjbbn+3TE= MIME-Version: 1.0 Received: by 10.204.32.215 with SMTP id e23mr9282360bkd.36.1262397508927; Fri, 01 Jan 2010 17:58:28 -0800 (PST) In-Reply-To: References: <6101e8c40912291418w25b46700hb14c53ee414010da@mail.gmail.com> Date: Sat, 2 Jan 2010 02:58:28 +0100 Message-ID: <6101e8c41001011758y76db700cm3599bb932a1f5d0d@mail.gmail.com> From: Oliver Pinter To: Ryan Stone 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-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jan 2010 01:58:40 -0000 yeah, but svn.freebsd.org/base/stable/7/head don't exist. git svn log -v some of broken infos find in this commit: r200570 | stas | 2009-12-15 11:34:05 +0100 (Tue, 15 Dec 2009) | 23 lines Changed paths: M share/man/man4/bge.4 M sys/dev/bge/if_bge.c M sys/dev/bge/if_bgereg.h - MFC r197832, r197834, r197837: - Add support for new BGE chips (5761, 5784 and 57780). These chips uses= new BGE_PCI_PRODID_ASICREV register to store the chip identifier and its re= visio n. - Add new grouping macro for 7575+ chips (BGE_IS_5755_PLUS). - Add IDs for Fujitsu-branded Broadcom adapters. > PR: If a GNATS PR is affected by the change. > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > Security: Vulnerability reference (one per line) or description. > Empty fields above will be automatically removed. _M 7/share/man/man4 M 7/share/man/man4/bge.4 _M 7/sys M 7/sys/dev/bge/if_bgereg.h M 7/sys/dev/bge/if_bge.c _M 7/sys/contrib/pf _M 7/sys/contrib/dev/acpica _M 7/sys/cddl/contrib/opensolaris On 1/2/10, Ryan Stone wrote: >> 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. >