Re: How to share the large files that can not fit in Github?

2015-06-23 Thread Gary Verhaegen
There is also a git annex command. I have not use it personally, but my understanding is that it is essentially keeping a hash of the file (and perhaps a url to download it?) in source control in git, without adding the file itself. That way git can tell when the file has changed, without pollutin

Re: How to share the large files that can not fit in Github?

2015-06-22 Thread Daniel Jomphe
Since you mentioned GitHub, have you looked at Git Large File Storage? https://github.com/blog/1986-announcing-git-large-file-storage-lfs On Monday, June 22, 2015 at 4:09:31 PM UTC-4, Mohit Thatte wrote: > > AWS S3 is a great place to put large files >

Re: How to share the large files that can not fit in Github?

2015-06-22 Thread Mohit Thatte
AWS S3 is a great place to put large files . You can use S3 sync to keep things current. ~Mohit On Mon, Jun 22, 2015 at 9:34 PM, Lawrence Krubner wrote: > > This is more

How to share the large files that can not fit in Github?

2015-06-22 Thread Lawrence Krubner
This is more of Java eco-system/development question, but I am curious what folks in the Clojure community might regard as "best practice". Up till now most of the projects that I've worked on we've been able to share resources informally via "scp" and email, or via Github, but on the current p