Hi Greg, Using approaches 2, 3, or 4 assumes that your application is already subversioned, and you are using a working copy.
Here are some links which may help: http://svnbook.red-bean.com/ http://wiki.rubyonrails.org/rails/pages/HowtoUseRailsWithSubversion If you still need help, then post again. :) Off to bed now. Regards, Jon On 10/04/06, Greg Freemyer <[EMAIL PROTECTED]> wrote: > On 4/10/06, Jon Lim <[EMAIL PROTECTED]> wrote: > > 4. svn:externals > > $ svn propedit svn:externals vendor/plugins > > login_engine http://svn.rails-engines.org/login_engine/tags/rel_1.0.1 > > Okay, I'm trying this approach. > > I've moved all of my old login_engine dirs into an old_stuff directory > so it should not be interfering. > > Then from the app directory I try (as a single line command) > > svn propedit svn:externals vendor/plugins login_engine > http://svn.rails-engines.org/login_engine/tags/rel_1.0.1 > > And I get: > > svn: 'vendor/plugins' is not a working copy > > I tried to install the engines plugin itself via svn:externals the > other day and had the same problem. I assume I need to run some sort > of preliminary command to set things up? > > Any help would be appreciated. > > Thanks > Greg > _______________________________________________ > engine-users mailing list > [email protected] > http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org > -- http://www.snowblink.co.uk/ _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
