Move big blobs outside repository #171
Notifications
Due Date
No due date set.
Blocks
#149 Move to a monorepo (jungle + bscpkgs)
rarias/jungle
Reference: rarias/jungle#171
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We have some PDFs that are taking most of the repo size. I would like to move them elsewhere so they don’t need to be copied around.
Maybe Git LFS is a good candidate: https://git-lfs.com/
Git LFS seems to work: https://jungle.bsc.es/git/rarias/jungle/compare/master...gitea-lfs
However, I'm not very happy with the additional complexity and extra steps needed to handle blobs.
Another simpler solution is to just have some directory shared on the web server, where we can copy PDF and other large files so we can link them from the website.
There are two issues that I would like to solve:
Rewrote history using
f3bfe89f27/doc/trim.shand the resulting repository is now in the master branch.A backup of the previous repository is at: https://jungle.bsc.es/git/rarias/jungle-backup
The old master branch is also kept for now at: https://jungle.bsc.es/git/rarias/jungle/src/branch/old-master