Freebsd SVN

Alexey Smirnov ramyalexis at gmail.com
Thu Aug 1 10:11:54 UTC 2013


Thank you for the quick answer.
The addition of /base helps a lot )
Have a nice day,


2013/8/1 Trond Endrestøl <Trond.Endrestol at fagskolen.gjovik.no>

> 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 at 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 at 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 at 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øl,              | Trond Endrestøl,                   |
> | IT-ansvarlig,                 | System administrator,              |
> | Fagskolen Innlandet,          | Gjøvik Technical College, Norway,  |
> | tlf. mob.   952 62 567,       | Cellular...: +47 952 62 567,       |
> | sentralbord 61 14 54 00.      | Switchboard: +47 61 14 54 00.      |
> +-------------------------------+------------------------------------+


More information about the freebsd-questions mailing list