Freebsd SVN

2013-08-01 Thread Alexey Smirnov
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-unsubscr...@freebsd.org


Re: Freebsd SVN

2013-08-01 Thread Alexey Smirnov
Thank you for the quick answer.
The addition of /base helps a lot )
Have a nice day,


2013/8/1 Trond Endrestøl trond.endres...@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@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ø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.  |
 +---++
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Freebsd SVN

2013-08-01 Thread Alexey Smirnov
Thank you.
I already got the answer and evrything is ok now.


2013/8/1 Alexandre axel...@ymail.com

 On Thu, Aug 1, 2013 at 11:46 AM, Alexey Smirnov ramyale...@gmail.comwrote:

 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

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: learn

2013-08-01 Thread Alexey Smirnov
I general i can not imagine that one could lost in FreeBSD handbook.
IMHO it is written very good and there you can find some basic things too.
There is whole chapter called Unix basics
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/basics.html
The name clearly suggests that it is quite basic!


2013/8/1 herbert langhans w...@langhans.com.pl

 The handbook is a monster, even technically interested people get lost
 there. You know that, corebug.

 I usually recommend the owl:
 http://shop.oreilly.com/product/9780596002619.do

 Cheers
 herb langhans


 Message: 19
 Date: Thu, 1 Aug 2013 14:41:07 +0300
 From: ??? ???  core...@corebug.net
 To: Teymur.Rahimzade teymur.rahimz...@gmail.com
 Cc: questi...@freebsd.org
 Subject: Re: learn
 Message-ID:
 CAKB6gVj2MHkEhcAv27uZ=
 2-esfwzjzvw4h49v32lrbgrugz...@mail.gmail.com
 Content-Type: text/plain; charset=ISO-8859-1

 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/

 This should help a lot for sure :)


 2013/8/1 Teymur.Rahimzade teymur.rahimz...@gmail.com
  Hi.
  Please help me to learn freebsd unix.
  Many thanks.

 --
 sprachtraining langhans
 herbert langhans, warschau
 office [at]langhans.com.pl
 http://www.langhans.com.pl
 +0048 603 341 441

 | jabber:herbert.raimund
 | yahoo_im:herbert.raimund
 | icq:414500866
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org