Changes between Version 5 and Version 6 of ModCvtSvn2Git
- Timestamp:
- Dec 27, 2012, 10:24:49 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModCvtSvn2Git
v5 v6 17 17 If the Boost Subversion repository was being converted to a single Subversion repository, the history would just be converted along with everything else. But instead, Boost is being modularized into 120 or so separate repositories. If all history were just blindly included for each library, 233 megs of history would be multiplied by 120 libraries, resulting in a file size of 28 gigs. If you are doing release management or testing, that isn't really acceptable. 18 18 19 Discussion is underway of providing a script to graft on individual library history from the overall history.19 We will provide a Git translation of the monolithic SVN history along with instructions for using the [http://git-scm.com/2010/03/17/replace.html git-replace] command to link it into a modularized repository. 20 20 21 21 == Administrative Privileges ==