Submitted by rajatarya t3_znfgap in MachineLearning
Liorithiel t1_j0h19at wrote
Reply to comment by rajatarya in [P] XetHub: We scaled Git to support 1 TB repos by rajatarya
> finally
I was doing so with git annex
for a long time, so this is a bit of a stretch that it wasn't possible in the past. Kind of a Schmidhuber moment…
Still, nice work with the merkle tree!
rajatarya OP t1_j0h7npz wrote
True :) I haven't used `git annex` myself so for me it felt like _finally_ when I could put all parts of the project in one place with XetHub.
How do you like using git annex? Are you working with others on your projects - does git annex help support team collaboration?
Again, appreciate the comment!
Liorithiel t1_j0hehga wrote
> How do you like using git annex? Are you working with others on your projects - does git annex help support team collaboration?
Right now I've got one large 5 TB repository with general media and archives, and some smaller project-specific repos. Slow with many small files (like, over 1 million), but very easy to set up. Haven't tried collaboration, I've mostly worked with projects where my collaborators were rather less technical. My main use case was working with the same dataset on different computers, and for that it was more than enough.
Viewing a single comment thread. View all comments