Changes between Version 4 and Version 5 of ModCvtFAQ


Ignore:
Timestamp:
Dec 16, 2012, 1:06:20 PM (10 years ago)
Author:
Beman Dawes
Comment:

Add Is it possible to checkout only library A and its prerequisites?

Legend:

Unmodified
Added
Removed
Modified
  • ModCvtFAQ

    v4 v5  
    88
    99 None. The whole need for the sandbox as a part of the boost repository goes away. Proposed libraries that used to go in the sandbox now just go in their own public repositories. They are typically hosted on [https://github.com GitHub], but any public host will do. ExtractSandbox shows how to move a library from the old sandbox to !GitHub. StartModDev shows how a repository for a proposed library would work.
     10
     11**Is it possible to checkout only library A and its prerequisites?**
     12
     13 Not automatically. Automatic dependency resolution is planned for the future, but not as a part of the conversion to Git and modular Boost.**