From owner-freebsd-x11@FreeBSD.ORG Mon Jul 22 20:26:38 2013 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4DE0DCBB for ; Mon, 22 Jul 2013 20:26:38 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep15.mx.upcmail.net (fep15.mx.upcmail.net [62.179.121.35]) by mx1.freebsd.org (Postfix) with ESMTP id 980D522E3 for ; Mon, 22 Jul 2013 20:26:37 +0000 (UTC) Received: from edge01.upcmail.net ([192.168.13.236]) by viefep15-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130722202635.JUWN4669.viefep15-int.chello.at@edge01.upcmail.net>; Mon, 22 Jul 2013 22:26:35 +0200 Received: from [127.0.0.1] ([178.84.132.32]) by edge01.upcmail.net with edge id 3YSa1m0140i5fp601YSaP3; Mon, 22 Jul 2013 22:26:35 +0200 X-SourceIP: 178.84.132.32 Message-ID: <51ED9575.3090807@rainbow-runner.nl> Date: Mon, 22 Jul 2013 22:26:29 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: maskor maskor Subject: Re: svn error during check out of dev-xorg ports References: <4D2570C714A.000002D0maskor@inbox.com> In-Reply-To: <4D2570C714A.000002D0maskor@inbox.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Antivirus: avast! (VPS 130722-2, 22-07-2013), Outbound message X-Antivirus-Status: Clean Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jul 2013 20:26:38 -0000 On 22-7-2013 19:09, maskor maskor wrote: > Hi all, > > I am using FreeBSD 10.0-CURRENT on amd64 PC with : X.Org X Server 1.7.7, radeon hd 7750 and gnome3-3.6.2. > > I follow instructions from https://wiki.freebsd.org/Xorg but I failed to get update Xorg ports from development repo (see command below) : > > # svn co http://trillian.chruetertee.ch/ports/browser/trunk/ > svn: E170000: Schéma d'URL non reconnu pour 'http://trillian.chruetertee.ch/ports/browser/trunk' You need to rebuild subversion with the SERF option. See ports/UPDATING entry 20130619 for details > > For svn URL seems unknown even with Opera ( or firefox) web browser I can access to the X11 repo located at http://trillian.chruetertee.ch/ports/browser/trunk/ and see its content (ports tree) without problem. > > I cannot also ping http://trillian.chruetertee.ch (see command below) > > # ping http://trillian.chruetertee.ch > ping: cannot resolve http://trillian.chruetertee.ch: Unknown host > > I cannot too traceroute http://trillian.chruetertee.ch (see command below) Try it again with the http:// removed that should work. -Koop