From owner-freebsd-current@FreeBSD.ORG Mon Sep 16 21:12:59 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0A279CFB for ; Mon, 16 Sep 2013 21:12:59 +0000 (UTC) (envelope-from hskuhra@eumx.net) Received: from owm.eumx.net (eumx.net [91.82.101.43]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B6B6C2EB9 for ; Mon, 16 Sep 2013 21:12:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=date :message-id:from:to:subject:in-reply-to:references:mime-version :content-type; s=default; bh=ybyqinttYC3TND5ydhWW27fVQOk=; b=jdZ pQVNLzUEnwypu/wD68yrGPox5n6CSM/viQp2lp5Uj7/B0foSfELeaOiWvDu+booi Sx8CMJmua13zTCz8Xc3kXlJFpYq/Vt0yRp/zd6+s67c2nZS2n/JNZisPfVKI2XiB XhYmwS00l2t0gykurueAzmAfvJ+OBbe/z01UpMv4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=date:message-id :from:to:subject:in-reply-to:references:mime-version :content-type; q=dns; s=default; b=Nt5nZmCSUmZMb9ymLNIkMMbMnzNw4 Aq6gAXPZ58ckuclgzxjgrHD6VOfbWXjQOdkQI8D2h52cAy4KqNtZlCIME3dlTd8k xdo52O0vHiYN2e7zAR41Y8tu0qmJIOLVJjDEKW1hRFpdyxKGbEGZJMdBuvA5nR9h iqX28vsRaEDA0w= Date: Mon, 16 Sep 2013 23:12:18 +0200 Message-ID: <87eh8oo4i5.wl%hskuhra@eumx.net> From: "Herbert J. Skuhra" To: freebsd-current@freebsd.org Subject: Re: FreeBSD 10.0 ALPHA1 In-Reply-To: <91806E5F-C214-497A-9BE9-93299BAFCCAA@gmail.com> References: <91806E5F-C214-497A-9BE9-93299BAFCCAA@gmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.3.50 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=ISO-2022-JP X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 16 Sep 2013 21:12:59 -0000 On Mon, 16 Sep 2013 13:28:06 -0400 ajtiM wrote: > Hi! > > I installed FreeBSD 10.0 ALPHA1 on my iMac 11,1 with ATI Radeon HD > 4850, GPU because I fought that Xor will works now. But I see that I > need to do more. > I have not experience with FreeBSD current and I didn't use svn > except for Area 51 (KDE). I fought that is svn (subversion) default > on the FreeBSD 10.0 ALPHA1 but when I run svn checkout > https://svn0….. it looks like that is not. How should I install > subversion, please? If I use portsnap it will install ports from 9 > release. Thank you very much. Try 'svnlite checkout' instead. -- Herbert