On 19/02/2008, Sven Fuchs <[EMAIL PROTECTED]> wrote: > Just wanted to do so. But I'm confused about the repository layout. > Would that change go to > > http://svn.rails-engines.org/engines/trunk/
http://svn.rails-engines.org/README should be useful, but in general: /plugins/engines only exists for the 'script/plugin' script, which was (until recently, I believe) deeply confused by trunk/branches/tags as the endpoints of an SVN url /engines is the part of the repository dedicated to the engines plugin itself /engines/trunk is the current development 'branch' /engines/tags/rel_1.2.1 is a tag of development that's stable (and will never be changed - use this for externals should you wish) > or > http://svn.rails-engines.org/plugins/engines/ this is basically a special tag for 'script/plugin'. I'll update it when we're comfortable that we have a version that's stable and working for the current release of Rails. Which could be now, given the lack of noise on the issue tracker :) James -- * J * ~ _______________________________________________ Engine-Developers mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
