Replies: 1 comment
-
Based on a discussion during the technical meeting, old executables from sourceforge probably won't work on modern systems, so archiving them isn't likely useful anymore. Should we close the sourceforge and not worry about backups? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This issue has been written as an aide memoir for @butlerpd and @smk78!
A long-standing issue has been to sunset the old SANSView/SasView SourceForge site. A pre-requisite for this is ensuring important content is securely archived elsewhere, and GitHub would be the logical place.
A similar, but arguably less urgent, argument applies to legacy content on the danse server.
The SasView\archive repo was created for this purpose, and is functional. However, a problem has arisen.
It transpires that GitHub will not track files >~50Mb, or >~25Mb if using the browser interface. For such files, GitHub recommends doing one of two things:
For simplicity, @smk78 migrated the legacy .gz, .tgz, and .zip distribution archives to \archive using Git-LFS.
This has worked well, except the volume of data has slightly exceeded (1.06Gb) the free 1Gb LFS limit that GitHub makes available per organization.
There is no immediate threat to the content in \archive (see here) and the repo can still be cloned, but no additional content anywhere in the SasView organization can now be added by LFS (adding by normal commits is unaffected!).
To add further content by LFS would require removing existing content, or purchasing a monthly Git-LFS 'data pack' (at the time of writing $5 gets 50Gb).
Alternatively, we need to figure out another way to archive our legacy content.
Beta Was this translation helpful? Give feedback.
All reactions