freecol icon indicating copy to clipboard operation
freecol copied to clipboard

Move all srcdata files to new repo

Open HighwayofLife opened this issue 2 years ago • 1 comments

New Repo for all source data: https://github.com/FreeCol/freecol-source-data, which supports Git LFS

HighwayofLife avatar May 24 '23 04:05 HighwayofLife

There are three things I don't like about this approach:

  1. We lose the revision history for all the files a second time (unlike the code, the revision history was not maintained when the files were moved from Subversion to Git). I would like us to recreate the entire revision history when creating a new repo.
  2. The master for the other repositories are all on SourceForge. Please note that it's not possible to move all the repositories over to Github since we have multi-GB-sized files for 3D projects (and these are too big for Github).
  3. I don't think we need git-lfs for simple picture files ... even when binary. We are probably better off just having a normal (separate) repository for these files.

To summarize: I think we should create a new git repo on SF.net, and use the freecol-bot for mirroring to Github just like we do for our main repository. This repository should be created using a rewritten history from the Old-SVN and current Git repo.

stiangre avatar May 25 '23 19:05 stiangre