Patches don't need to be in diff format, but it does help. If you do create any, they should be submitted to the Trac site (linked from rails-engines.org).
To replace a plugin with another version, you can just move the existing folder out of the way (either into another folder outside of /vendor/plugins, or into /dev/null. i.e. oblivion) and replace it with the new version. SVN is currently the only way to get specific versions of the plugins that I've put up on rails-engines.org, but there's nothing special about the way that is set up. If you can't get: svn co http://opensvn.csie.org/rails_engines/login_engine/branches/rb_1.0 login_engine to work, googling around with your particular error message should point you in the right direction. Thanks! - james On 1/26/06, Bakki Kudva <[EMAIL PROTECTED]> wrote: > Hi James, > > I'd be happy to! I guess I'll have to install the svn version to generate > the diffs. When I first tried to install engines using svn it it didn't > work. (on Debian Sarge with subversion 1.1.4-2) Don't recall what the error > messages were. So I just installed using 'script/plugin install'. Now the > question is do I need to uninstall what I have before trying svn version or > can I install over it? What is the procedure for an uninstall? Just delete > vendor/engines dir along with the tables? If I am successful in Ajaxifying > the login/user engines I can submit those patches as well.. may take me a > while to figure it all out :) > > Thanks, > > bakki > > > On 1/25/06, James Adam <[EMAIL PROTECTED]> wrote: > > Patches are *very* welcome, even to documentation. > > > > (hint, hint) > > > > - james > > > > On 1/25/06, Bakki Kudva <[EMAIL PROTECTED]> wrote: > > > James, > > > > > > How about updating the sql rather than removing it? It was very helpful > to > > > me to understand the engine. > > > > > > -bakki kudva > > > > > _______________________________________________ > 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
