From owner-freebsd-questions@FreeBSD.ORG Thu Aug 1 10:11:54 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B9381A1A for ; Thu, 1 Aug 2013 10:11:54 +0000 (UTC) (envelope-from ramyalexis@gmail.com) Received: from mail-ob0-x235.google.com (mail-ob0-x235.google.com [IPv6:2607:f8b0:4003:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 822E82753 for ; Thu, 1 Aug 2013 10:11:54 +0000 (UTC) Received: by mail-ob0-f181.google.com with SMTP id dn14so3353864obc.26 for ; Thu, 01 Aug 2013 03:11:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ThPtjDcRHWMf2Ih5BVADFRpMbs3YdxYXkd2n7gV702w=; b=ojPqntUpN/tPk42RHESaManop5IZ9S7MqExaD0LWhUwCzkFi0XNYy9OcGL3qS7MqTh 70GzTPG6tQTW7BpRve0TJzXC4lKcOXb4yIfB5bC9tQ5umx3XxHIhNzWsnrDZFDk+DDX9 39sHl9HTdHg/KLgppVO3L74OCSMql2hohEKAaeajl7By6DyK1memP8f8/7DUfk8oXERh MZk1Deb8K7URgTZ+vm7ea+fjmO3DOIr9NcljOwwQSnzo554srJkc6VTzu7amO9A6rxca IYxQYMql+FnELipa440ui+bIMBq9yycSpxeivG8DLUEpjFKT1Lj7tHJ/vOn/ktF/Htcz WJdA== MIME-Version: 1.0 X-Received: by 10.60.123.10 with SMTP id lw10mr509413oeb.102.1375351913694; Thu, 01 Aug 2013 03:11:53 -0700 (PDT) Received: by 10.60.47.234 with HTTP; Thu, 1 Aug 2013 03:11:53 -0700 (PDT) In-Reply-To: References: Date: Thu, 1 Aug 2013 14:11:53 +0400 Message-ID: Subject: Re: Freebsd SVN From: Alexey Smirnov To: =?ISO-8859-1?Q?Trond_Endrest=F8l?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Aug 2013 10:11:54 -0000 Thank you for the quick answer. The addition of /base helps a lot ) Have a nice day, 2013/8/1 Trond Endrest=F8l > On Thu, 1 Aug 2013 13:46+0400, Alexey Smirnov wrote: > > > Hello community. > > I got a question here. I am trying to get freebsd source code on linux > > machine using svn. > > Here is error i got during this proccess. > > ramyalexis@asmirnov ~ $ svn co https://svn0.eu.FreeBSD.org freebsd > > svn: E175002: Unable to connect to a repository at URL ' > > https://svn0.eu.freebsd.org' > > svn: E175002: The OPTIONS request returned invalid XML in the response: > XML > > parse error at line 1: Extra content at the end of the document > > (https://svn0.eu.freebsd.org) > > ramyalexis@asmirnov ~ $ svn co https://svn0.us-west.FreeBSD.org freebsd > > svn: E175002: Unable to connect to a repository at URL ' > > https://svn0.us-west.freebsd.org' > > svn: E175002: The OPTIONS request returned invalid XML in the response: > XML > > parse error at line 1: Extra content at the end of the document > > (https://svn0.us-west.freebsd.org) > > ramyalexis@asmirnov ~ $ svn co https://svn0.us-east.FreeBSD.org freebsd > > svn: E175002: Unable to connect to a repository at URL ' > > https://svn0.us-east.freebsd.org' > > svn: E175002: The OPTIONS request returned invalid XML in the response: > XML > > parse error at line 1: Extra content at the end of the document > > (https://svn0.us-east.freebsd.org) > > > > So i would like to know why this was happend and how to fix it. > > Thank you. > > Try one of these: > > svn co https://svn0.eu.FreeBSD.org/base freebsd-all > svn co https://svn0.eu.FreeBSD.org/base/head freebsd-head > svn co https://svn0.eu.FreeBSD.org/base/stable/8 freebsd-stable-8 > svn co https://svn0.eu.FreeBSD.org/base/stable/9 freebsd-stable-9 > > For the ports collection, use only(!): > > svn co https://svn0.eu.FreeBSD.org/ports/head freebsd-ports > > BTW, it's nice to know there's an European svn mirror. > > -- > +-------------------------------+------------------------------------+ > | Vennlig hilsen, | Best regards, | > | Trond Endrest=F8l, | Trond Endrest=F8l, = | > | IT-ansvarlig, | System administrator, | > | Fagskolen Innlandet, | Gj=F8vik Technical College, Norway, | > | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | > | sentralbord 61 14 54 00. | Switchboard: +47 61 14 54 00. | > +-------------------------------+------------------------------------+