On 2014-02-15 10:31, Sönke Ludwig wrote:

Ah okay, I didn't think of combining the version pinning with this. My
only concern is when you want to check in the pinned versions, but have
different requirements for developers on the team vs. external users.
But I guess you just wouldn't commit the development pinning in that case.

I would only use a path for development. I might use a git repository if
I really need a later version which has not been released yet and
therefor is not available in the registry yet. Or if I want to use a
fork of a project.

This is how we have been using these features in Bundler at work.

My idea was originally to separate the two, but of course they would
still interfere with each other and it may actually not be the ideal
approach.

/Jacob Carlborg