From owner-freebsd-questions@FreeBSD.ORG Thu Aug 1 10:09:09 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 CF01387A for ; Thu, 1 Aug 2013 10:09:09 +0000 (UTC) (envelope-from ulriksaa@gmail.com) Received: from mail-oa0-x22b.google.com (mail-oa0-x22b.google.com [IPv6:2607:f8b0:4003:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A4442727 for ; Thu, 1 Aug 2013 10:09:09 +0000 (UTC) Received: by mail-oa0-f43.google.com with SMTP id i10so3904698oag.16 for ; Thu, 01 Aug 2013 03:09:08 -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=pZLNza5ajQK6hJXSAIqkPcZtAUJ1pZVuplJpLFRBfic=; b=tCLTUQkPzxAEETiw/7ryM2Gg4FafppbVbeZRCvkjd36e673fARC/OaNFleqwAnbieC cdw+B+NlNEOokHjbj4rQUQhlsGXrKPtz5XpgX3qvcRxgwjSd/7mQYd6CY/bZb98Dw3zY PrZdMhIuOxB1rJGs0bsNdLDoS3M0LGlXRjyzC0qVzYUkZKZvPYRQ3zn6EdRWjM/0Ly96 +81MgSfw+jCs9PSbR7JuXJUtDNNg5VGVHJ6S8UKS+qw0iac+oXeW7I3H15pkvlETqW82 xKgD/FKYM/NV9uY1rkhSFAYWp/9GFR9fJoAIxlLbpTFCCzVIpMSu3R13Xsub6VbVku3n eBpQ== MIME-Version: 1.0 X-Received: by 10.50.50.210 with SMTP id e18mr106898igo.9.1375351748890; Thu, 01 Aug 2013 03:09:08 -0700 (PDT) Received: by 10.64.224.243 with HTTP; Thu, 1 Aug 2013 03:09:08 -0700 (PDT) In-Reply-To: References: Date: Thu, 1 Aug 2013 12:09:08 +0200 Message-ID: Subject: Re: Freebsd SVN From: =?ISO-8859-1?Q?Ulrik_S=F8gaard?= To: Alexey Smirnov Content-Type: text/plain; charset=ISO-8859-1 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:09:09 -0000 On 1 August 2013 11:46, 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. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > Make sure you have compiled SVN with SSL support, if you are going to use the https mirrors.