Re: [Boost-users] Boost-users Digest, Vol 5734, Issue 1

Any ideas as to how to correct the following? johnson@fedora:~/opensource$ svn co https://svn.boost.org/svn/boost/sandbox sandbox svn: E170013: Unable to connect to a repository at URL 'https://svn.boost.org/svn/boost/sandbox' svn: E000111: Error running context: Connection refused ________________________________ From: Boost-users <boost-users-bounces@lists.boost.org> on behalf of boost-users-request@lists.boost.org <boost-users-request@lists.boost.org> Sent: Tuesday, August 27, 2024 8:00 AM To: boost-users@lists.boost.org <boost-users@lists.boost.org> Subject: Boost-users Digest, Vol 5734, Issue 1 Send Boost-users mailing list submissions to boost-users@lists.boost.org To subscribe or unsubscribe via the World Wide Web, visit https://lists.boost.org/mailman/listinfo.cgi/boost-users or, via email, send a message with subject or body 'help' to boost-users-request@lists.boost.org You can reach the person managing the list at boost-users-owner@lists.boost.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Boost-users digest..." Today's Topics: 1. Accessing the Boost Sandbox (oranjsr@gmail.com) ---------------------------------------------------------------------- Message: 1 Date: Mon, 26 Aug 2024 10:00:58 -0400 From: <oranjsr@gmail.com> To: <boost-users@lists.boost.org> Subject: [Boost-users] Accessing the Boost Sandbox Message-ID: <010601daf7c0$60c585b0$22509110$@gmail.com> Content-Type: text/plain; charset="utf-8" Hi, I'm looking at a source forge project with the following required libraries: 1) Boost version 1.39 or later 2) TBB (Threading Building Blocks) version 2.1 or later 3) MSM (Meta State Machine) version 1.2 or later 4) Boost Logging Library v2 #3 appears to be in the boost sandbox Does boost sandbox still exists? Boost Sandbox When boost was developed using subversion, the Boost Sandbox contained unreviewed code that is intended to eventually become a part of the Boost libraries. New libraries should be developed separately as <https://svn.boost.org/trac/boost/wiki/ModularBoost> git modules, and existing projects should be <https://svn.boost.org/trac/boost/wiki/ExtractSandbox> moved to GitHub. The sandbox remains as a historical record. Accessing the Boost Sandbox The Boost Sandbox lives at <https://svn.boost.org/svn/boost/sandbox> https://svn.boost.org/svn/boost/sandbox within the old Boost Subversion repository. Regards Oran

On Sep 9, 2024, at 12:51 PM, Oran Johnson via Boost-users <boost-users@lists.boost.org> wrote:
Any ideas as to how to correct the following?
johnson@fedora:~/opensource$ svn co https://svn.boost.org/svn/boost/sandbox sandbox svn: E170013: Unable to connect to a repository at URL 'https://svn.boost.org/svn/boost/sandbox' svn: E000111: Error running context: Connection refused
Boost moved the code to git about 15 years ago. The code can be found here: https://github.com/boostorg/boost And instructions on how to check out and build are here: https://www.boost.org/doc/libs/1_86_0/more/getting_started/index.html — Marshall
participants (2)
-
Marshall Clow
-
Oran Johnson