Changes between Version 3 and Version 4 of ModCvtSvn2Git


Ignore:
Timestamp:
Dec 10, 2012, 4:58:52 PM (10 years ago)
Author:
Beman Dawes
Comment:

Make several distinctions between what happens at conversion, at what happens after conversion.

Legend:

Unmodified
Added
Removed
Modified
  • ModCvtSvn2Git

    v3 v4  
    33As part of the process of moving to modularized Boost, the single Subversion repository at https://svn.boost.org/svn will be converted to multiple public Git repositories hosted at [https://github.com GitHub]:
    44
    5  * The public [https://github.com/boost-lib/boost Super-project for modularized Boost] repository, with **no history**.
    6  * A public [https://github.com/boost-lib repository for each Boost library], with **no history**. Each individual Boost library is treated as a separate sub-module by the Boost super-project. The URL for each library's repository is formed by appending the library name to !https://github.com/boost-lib/. For example, https://github.com/boost-lib/algorithm.
     5 * The public [https://github.com/boost-lib/boost Super-project for modularized Boost] repository, that at conversion will have **no history**. History will begin to accumulate as changes occur.
     6 * A public [https://github.com/boost-lib repository for each Boost library], that at conversion will have **no history**. History will begin to accumulate as changes occur. Each individual Boost library is treated as a separate sub-module by the Boost super-project. The URL for each library's repository is formed by appending the library name to !https://github.com/boost-lib/. For example, https://github.com/boost-lib/algorithm.
    77 * A public [https://github.com/ryppl/boost-svn Boost history repository], with the **full history** from the old Subversion repository.
    88
     
    1111The directory structure of each individual Boost library will be the same as the library's current directory structure under boost-root/libs, except that it will also include a new sub-directory tree {{{include/boost/}}} containing the library's header files.
    1212
    13 Each individual Boost library's public repository will contain a single branch, "master", that corresponds to {{{branches/release}}} in Subversion.
     13At conversion, each individual Boost library's public repository will contain a single branch, "master", that corresponds to {{{branches/release}}} in Subversion. The library maintainer will need to add a {{{develop}}} branch, and possibly other branches, as describe in [StartModWorkflow Getting Started with Modular Boost Library Development Workflow].
    1414
    1515== History ==