[Rails] plugin versioning

Łukasz Piestrzeniewicz bragi.ragnarson at gmail.com
Thu Mar 2 16:29:39 GMT 2006


On 02/03/06, David Corbin <dcorbin at machturtle.com> wrote:
> I don't think that comes close to what I want. That keeps my personal
> workspace up to date (if I understand SVN).  I want my projects source
> repository to know what it depends that's not in it.
>
> And more to the point, I'm talking about when I use "script/plugin install".

Actually that is exactly what it does. Value of svn:externals is
stored in your project repository. That means that every person that
checks out your project will automatically check out version you
provided with -r parameter from external repository location you
specified.

--
Łukasz Piestrzeniewicz
http://ragnarson.blogspot.com


More information about the Rails mailing list