From owner-freebsd-questions@FreeBSD.ORG Thu Aug 1 09:46:35 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 D5C8EBDC for ; Thu, 1 Aug 2013 09:46:35 +0000 (UTC) (envelope-from ramyalexis@gmail.com) Received: from mail-oa0-x22a.google.com (mail-oa0-x22a.google.com [IPv6:2607:f8b0:4003:c02::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A408625F5 for ; Thu, 1 Aug 2013 09:46:35 +0000 (UTC) Received: by mail-oa0-f42.google.com with SMTP id i18so3921402oag.29 for ; Thu, 01 Aug 2013 02:46:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=X66uUHbw0Hx3i4su+AcSRBqzBQFhN6pmi+2s/r3aB/M=; b=s42pJQbUm4T3et9w3Zjd0Z2bM+haNeyFmJk1le7znGxnzHPf8pIBKKboxC2N3HnkGK 7O8ADRQAHnMx2hMmltkMII/2ivSIGFl+PmYyo3aWCscwboWs4IKC2lDjqPtCHCwogM5w 8mYbcWDUyR9j9zStzQ7C49z6tH9GqkwRhjIi1RGIJOM07h7UN5VCO8NwpmZM2uW63rtt X0MHC0K64S6jlWXqLg76kxINtME1Q/gzvCjieeej73U2AEnwXL5SU2OA6yqEpHji5FRI EZTWwaMWuns0YFn0q23ETGfuimYRjR3OHCRiNcnSk+zLPZ0zkbYWqMpgR8C24/gRkJto d3gw== MIME-Version: 1.0 X-Received: by 10.60.77.70 with SMTP id q6mr442608oew.98.1375350394991; Thu, 01 Aug 2013 02:46:34 -0700 (PDT) Received: by 10.60.47.234 with HTTP; Thu, 1 Aug 2013 02:46:34 -0700 (PDT) Date: Thu, 1 Aug 2013 13:46:34 +0400 Message-ID: Subject: Freebsd SVN From: Alexey Smirnov To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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 09:46:36 -0000 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.