Keith Lancaster wrote: > We use subversion to manage our application as a whole, so now I have an > interesting issue. I need to insure that everyone is using the same > version of all engines, but since I did the install using the external > svn call, I can't add the code to OUR svn repository (or more correctly, > I don't know how to do this!). On the surface, the answer might be "just > have everyone set up their external calls the same way", but that > potentially becomes an issue of its own, esp. when/if we have to modify > plugin code.
Just point your svn:externals property at the tag for the version you want everyone to have. ie: engines http://opensvn.csie.org/rails_engines/engines/tags/rel_1.0.4 Tim. -- Posted via http://www.ruby-forum.com/. _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
