A better way would be to use svn:externals to automatically do the
updating for you.

- james

On 4/10/06, Greg Freemyer <[EMAIL PROTECTED]> wrote:
> On 4/10/06, Jon Lim <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > The LoginEngine has been updated to 1.0.1.
> >
> > Notable changes:
> >  * User model now does very basic email validation
> >  * All tests now pass on both Rails 1.0 and 1.1
> >  * Many bugs fixed!
> >
> > Please refer to the Engines documentation for how to update.
> > http://www.rails-engines.org/download
> >
> > The subversion URL for the tag is:
> > http://svn.rails-engines.org/login_engine/tags/rel_1.0.1
> >
> > = v1.0.1
> >  * Added CHANGELOG
> >  * Changed wording for when password forgotten to 'reset', rather than
> > 'retrieve'. ([EMAIL PROTECTED])
> >  * Fixed new location of engines testing extensions. ([EMAIL PROTECTED])
> >  * Removed schema.db from Login Engine; migrations should be used
> > instead. ([EMAIL PROTECTED])
> >  * Updated User Controller tests to parse the user_id and email out of
> > the URL in the email body. ([EMAIL PROTECTED])
> >  * Ticket #89 ([EMAIL PROTECTED]) User creation halts the after_save
> > callback chain.
> >  * Ticket #97 ([EMAIL PROTECTED]) The forgotten_password view
> > generates invalid HTML
> >  * Ticket #112 ([EMAIL PROTECTED]) Authentication system will break
> > even on successful login
> >  * Added simple email validation to the User model. ([EMAIL PROTECTED])
> >    This should also take care of the unit test failures detailed in
> > Ticket #114 ([EMAIL PROTECTED])
> >  * Ticket #118 ([EMAIL PROTECTED]) SVN source for login_engine not found
> >  * Ticket #119 (Goynang) Unit tests for engines fail after default install
> >  * Ticket #126 ([EMAIL PROTECTED]) Add install.rb to login engine
> >
> > Regards,
> > Jon
> > --
> > http://www.snowblink.co.uk/
>
> For those that follow, the upgrade instructions are not the most obvious.
>
> I did the following which I hope was right.
>
> cd vendor/plugins/
> svn co http://svn.rails-engines.org/login_engine/tags/rel_1.0.1
> mv login_engine login_engine_1.0        # rename my previous version as a 
> backup
> ln -s rel_1.0.1/ login_engine
>
> The last step created a symbolic link that I will recreate with
> subsequent releases.  Assuming they are released the same way.
>
> HTH
> Greg
> --
> Greg Freemyer
> The Norcross Group
> Forensics for the 21st Century
> _______________________________________________
> engine-users mailing list
> [email protected]
> http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
>


--
* J *
  ~
_______________________________________________
engine-users mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org

Reply via email to