Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jun 2019 19:01:42 -0700 (PDT)
From:      "Rodney W. Grimes" <freebsd-rwg@gndrsh.dnsmgr.net>
To:        Kirk McKusick <mckusick@mckusick.com>
Cc:        Alan Somers <asomers@freebsd.org>, FreeBSD CURRENT <freebsd-current@freebsd.org>
Subject:   Re: Checking out the CSRG repository?
Message-ID:  <201906200201.x5K21gcD021064@gndrsh.dnsmgr.net>
In-Reply-To: <201906192320.x5JNKgDe071102@chez.mckusick.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> > From: Alan Somers <asomers@freebsd.org>
> > Date: Wed, 19 Jun 2019 14:12:21 -0600
> > Subject: Checking out the CSRG repository?
> > To: FreeBSD CURRENT <freebsd-current@freebsd.org>
> > 
> > Does anybody know how to check out a local copy of the CSRG
> > repository?  I can view it with ViewVC, but I would really like local
> > access.  It doesn't seem to be available on the usual repo.FreeBSD.org
> > or svn.FreeBSD.org.
> > 
> > $ svn checkout https://svn.FreeBSD.org/csrg csrg
> > svn: E170013: Unable to connect to a repository at URL
> > 'https://svn.freebsd.org/csrg'
> > svn: E175009: The XML response contains invalid XML
> > svn: E130003: Malformed XML: no element found at line 1
> > 
> > $ svn co svn+ssh://asomers@repo.freebsd.org/csrg csrg
> > svn: E170013: Unable to connect to a repository at URL
> > 'svn+ssh://asomers@repo.freebsd.org/csrg'
> > svn: E210005: No repository found in 'svn+ssh://asomers@repo.freebsd.org/csrg'
> > 
> > -Alan
> > _______________________________________________
> > freebsd-current@freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/freebsd-current
> > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
> 
> You can browse the history at http://svnweb.freebsd.org/csrg/

Since svnweb seems to be able to get to it there should be a near
0 cost of making this work with a straight svn checkout as
Alan originally asked for.  It is probably something missing,
or not configured so that the checkout "can just work".

> The repository is also available via FTP:
> 
>      ftp://ftp.freebsd.org/pub/FreeBSD/development/CSRG/csrg_svn.tbz
>
> Hope this helps,

Thank you, mirroring locally to my repo server so I can infact
use svn directly on it.

> 	Kirk McKusick

-- 
Rod Grimes                                                 rgrimes@freebsd.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906200201.x5K21gcD021064>