Changes between Version 3 and Version 4 of ModCvtSvn2Git
- Timestamp:
- Dec 10, 2012, 4:58:52 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModCvtSvn2Git
v3 v4 3 3 As 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]: 4 4 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. 7 7 * A public [https://github.com/ryppl/boost-svn Boost history repository], with the **full history** from the old Subversion repository. 8 8 … … 11 11 The 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. 12 12 13 Each individual Boost library's public repository will contain a single branch, "master", that corresponds to {{{branches/release}}} in Subversion.13 At 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]. 14 14 15 15 == History ==