Closed carderne closed 4 years ago
@AndreasSahlberg @carderne - We can merge (and I would encourage/support) in the earlier version of OnSSET to this repository, but this requires some care. I'd be happy to help out here, because it's a case we'll be potentially "rewriting history" from Git's perspective.
Nice! Thanks both.
This has been completed. Please note below @akorkovelos @carderne @Dimitrismentis @babakkhavari @AndreasSahlberg
ATTENTION! I have now “CLEANED” the onsset/onsset repository of files larger than 15MB. The reason for this is to reduce the size of the repository as a whole. This procedure removed 3 files as shown below: Deleted files
This procedure updated the entire git history after the point in time that these large files were added. The consequence of this is that ANY forks, clones or local copies of onsset are incompatible with the new version. You should first make a local backup of your git repositories and then do the following:
Git clone http://github.com/onsset/onsset
git remote add <remote name> http://github.com/<username>/<onsset>
and then git push -f master <remote name>/master
)
Hi @AndreasSahlberg @akorkovelos, Fully support cleaning up the repo and creating a 'canonical' version of OnSSET. However, by basing it on
gep-onsset
you've lost the 3.5 years of commit history in theKTH-dESA/OnSSET
repo (and erased the contribution history from Dimitris, Babak and me).It's relatively straight-forward to move the
KTH-dESA
version under the OnSSET organization, and then bring the new commits fromgep-onsset
across.