On Wed, May 9, 2012 at 4:27 AM, Murtaza Husain <murtaza.hus...@sevenolives.com> wrote: > Does lein2 have a way to pull in dependencies from git ? > > Just checking any alternatives to https://github.com/tobyhede/lein-git-deps > in leiningen itself.
I highly recommend using Leiningen's built-in Checkouts feature instead of this plugin. From Leiningen's FAQ: **Q:** I want to hack two projects in parallel, but it's annoying to switch between them. **A:** If you create a directory called `checkouts` in your project root and symlink some other project roots into it, Leiningen will allow you to hack on them in parallel. That means changes in the dependency will be visible in the main project without having to go through the whole install/switch-projects/deps/restart-repl cycle, and the copy in `checkouts` will take precedence over the dependency declared in project.clj. Note that this is not a replacement for listing the project in `:dependencies`; it simply supplements that for convenience. -Phil -- 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