
We would like to mirror the boost cvs for internal users (in our company). We could of course run a script every night that performs a 'cvs checkout' followed by a 'cvs import'. But this way for instance, the versions of all files in our mirror do not correspond to the version of all files on the official boost trunk. There are also tools out there to do this but this requires that specific daemons are run on the server side (i.e. by sourceforge). Any ideas ? Thanks, toon

Toon Knapen <toon.knapen@fft.be> writes:
We would like to mirror the boost cvs for internal users (in our company).
We could of course run a script every night that performs a 'cvs checkout' followed by a 'cvs import'. But this way for instance, the versions of all files in our mirror do not correspond to the version of all files on the official boost trunk.
There are also tools out there to do this but this requires that specific daemons are run on the server side (i.e. by sourceforge).
Any ideas ? Thanks,
You can download the nightly zipball of the CVS repository: http://cvs.sourceforge.net/cvstarballs/boost-cvsroot.tar.bz2 and unpack it to produce an image of the boost CVS server. Of course it will only be as up-to-date as the zipball is. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
participants (2)
-
David Abrahams
-
Toon Knapen