3

I've got a rails app.

And I've got some really large videos on it in the asset pipeline (couple of gigs worth).

What I want to do is remove these videos from the repo and deploy process, becuase huge and it slows the process.

However I still want them to act in a similar way to the asset pipeline and asset sync. And be versioned by changes to the repo.

What's the best way to handle large videos/files in a repo like this?

CafeHey
  • 5,699
  • 19
  • 82
  • 145

1 Answers1

1

You could take a look at git-annex, it allows handling of large files in git.

Klas Mellbourn
  • 42,571
  • 24
  • 140
  • 158