From owner-freebsd-questions@FreeBSD.ORG Thu Aug 1 10:50:33 2013 Return-Path: Delivered-To: freebsd-questions@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 A2B27AB0 for ; Thu, 1 Aug 2013 10:50:33 +0000 (UTC) (envelope-from ramyalexis@gmail.com) Received: from mail-ob0-x231.google.com (mail-ob0-x231.google.com [IPv6:2607:f8b0:4003:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6CBD42971 for ; Thu, 1 Aug 2013 10:50:33 +0000 (UTC) Received: by mail-ob0-f177.google.com with SMTP id f8so3517457obp.36 for ; Thu, 01 Aug 2013 03:50:32 -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=seEhvNUHegZU3XPuLM+vjE/TbUL8wWHMA5JEZVlg2Rk=; b=l/KE9ay6ygIPq+Xuz/3mbS87iRf7N8wgYcSUgEv2q5S50HttqyUw4VvdSG2n70VArm RVfDgqm2z0DYrLimRf2LVPYXjTVM8zrfCf5vsBm0rxmsbVOcK4FnzOPwtFIrCbAwUOQx 3pFr8/MPlKulJ+FBhm3hHLJJjjjVIbET5Z7Qk6W2QBLC943xkQuvIWpPikFxc/6dHQh7 p9QwL86/lM6S80Hp75y3UVZJmAsedSplbyEuFQmYWTmth4eBYVDw4D1zc9slLWI3xFl9 PltM7kNlnZ6sk3FbGx6aalHh5pSg2UkLX4FO5tnfPyum4tCfv9ewOwYcTHGgEnN5Gkr1 9wbg== MIME-Version: 1.0 X-Received: by 10.60.123.10 with SMTP id lw10mr619728oeb.102.1375354231956; Thu, 01 Aug 2013 03:50:31 -0700 (PDT) Received: by 10.60.47.234 with HTTP; Thu, 1 Aug 2013 03:50:31 -0700 (PDT) In-Reply-To: References: Date: Thu, 1 Aug 2013 14:50:31 +0400 Message-ID: Subject: Re: Freebsd SVN From: Alexey Smirnov To: Alexandre Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: FreeBSD Questions Mailing List 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:50:33 -0000 Thank you. I already got the answer and evrything is ok now. 2013/8/1 Alexandre > On Thu, Aug 1, 2013 at 11:46 AM, 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. >> > Hi Alexey, > There is an option to set before building the subversion application (# > make config). In the FreeBSD port "devel/subversion" this option is called > "SERF - WebDAV/Delta-V (HTTP/HTTPS) repo access module". > I think the option is similar on youtr Linux system. > > Kind regards, > Alexandre >