Opened 14 years ago

Closed 14 years ago

#2005 closed Bugs (fixed)

References to the old CVS archive, instead of the current Subversion one

Reported by: Daryle Walker Owned by: Douglas Gregor
Milestone: Boost 1.36.0 Component: mpi
Version: Boost 1.35.0 Severity: Problem
Keywords: Cc:

Description

I noticed this on the Boost.MPI docs at <http://www.boost.org/doc/libs/1_35_0/doc/html/mpi/getting_started.html> and see that the [source:/trunk/libs/mpi/doc/mpi.qbk@44807#L166 original file's "Getting Boost.MPI" section] gives bad information:

[section:getting Getting Boost.MPI]

Boost.MPI is not available in any version of Boost prior to the 1.35.x
series. You may need to retrieve the
latest version of Boost from CVS using the commands below. When CVS
asks for a password, just hit "enter".

[pre
cvs -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost login
cvs -z3 -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost \
  co -P boost
]

It should refer to the appropriate spot in our current Subversion archive instead.

The file also has [source:/trunk/libs/mpi/doc/mpi.qbk@44807#L32 two macros near the header] that also refer to CVS. They should be either updated to our Subversion archive or removed. (I suggest the latter since I don't see the macros being used.)

Change History (1)

comment:1 by Douglas Gregor, 14 years ago

Resolution: fixed
Status: newclosed

(In [47136]) Remove section on "getting" Boost.MPI, which is now a part of Boost. Fixes #2005

Note: See TracTickets for help on using tickets.