Installing via the -x flag.. Ex: Script/plugin install -x http://opensvn.csie.org/rails_engines/engines/tags/rel_1.0.4
Adds it automatically to your svn:externals property and will be updated automatically along with the rest of your working copy when you SVN up. -Nb. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Nathaniel S. H. Brown http://nshb.net ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Tim Greiser > Sent: January 12, 2006 9:08 AM > To: [email protected] > Subject: Re: [Engine-users] OT? Using SVN on a project and for engines > > 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 > _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
