On Mar 6, 5:58 am, Phil Hagelberg <p...@hagelb.org> wrote: > If you're using git, this should be avoided. git is remarkably bad at > storing binary data.
I seem to recall that recent versions of Git have improved significantly in this area. However, there's still the fundamental problem that changing the dependencies increases the size of the project. New developers will not only have to download your source files, but the binary diff of every dependency change. So yep, it's a bad idea :) - James -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en