+1
From: Martin Desruisseaux <[email protected]> Organization: Geomatys Reply-To: "[email protected]" <[email protected]> Date: Monday, May 21, 2018 at 6:24 AM To: "[email protected]" <[email protected]> Subject: Re: Migrate from Subversion to Git Thanks Bruno for the information. I started to skim through the requires settings. Before I create a JIRA task for INFRA, do we have consensus on the following? I guess that the current GIT mirror (https://github.com/apache/sis) would be used as a starting point, but: * We may need to rename the "trunk" branch as "master" * I would like to remove the following large files from history, using "git --filter-branch" (those files have been removed from trunk years ago and have never been part of any release): o sis-data/California_Restaurants.csv (19 Mb) o storage/sis-shapefile/src/test/resources/org/apache/sis/storage/shapefile/DEPARTEMENT.SHP (3 Mb) o storage/sis-shapefile/src/test/resources/org/apache/sis/storage/shapefile/ANC90Ply_4326.shp (0.7 Mb) o Note: after those 3 objects, the next largest objects in history is 0.18 Mb and is a Java source file. * As a consequence of above history rewriting, the new "master" branch and other tags/branches may not mergeable with the current code on GitHub. Martin
