I like the plan! +1 As these files are not used to build the project, I see no issues in removing them from the history. I believe the SVN repository will be archived and these files can be recovered iff really necessary.
Let me know if there's anything that needs help. Cheers Bruno ________________________________ From: Martin Desruisseaux <[email protected]> To: [email protected] Sent: Tuesday, 22 May 2018 1:25 AM 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
