Elixer
Lifer
I know, normally, you can do git diff <remote>/branch..branch, but, that requires a fetch.
Thing about that is, that the files are huge, we are talking >40GB each.
(yes, someone had the bright idea of slamming data sets into git, so "we can track them easier!", and they converted the binary data to text.)
What is worse is, their new location only has a ~6Mb connection now (DSL), so that would take a really, really long time, and blow the caps out of the water.
It don't seem possible with git to read in X chunks of data at a time, and compare that, and then move on with the next chunk of data.
The best thing I can think of is have someone download the files for them, and send them a USB stick or whatever.
Anyone know of a better way?
Thing about that is, that the files are huge, we are talking >40GB each.
(yes, someone had the bright idea of slamming data sets into git, so "we can track them easier!", and they converted the binary data to text.)
What is worse is, their new location only has a ~6Mb connection now (DSL), so that would take a really, really long time, and blow the caps out of the water.
It don't seem possible with git to read in X chunks of data at a time, and compare that, and then move on with the next chunk of data.
The best thing I can think of is have someone download the files for them, and send them a USB stick or whatever.
Anyone know of a better way?