On Tue, Mar 18, 2008 at 10:41 PM, Dominic Sisneros <[EMAIL PROTECTED]> wrote:
> This is a request to split up the repository into at least two repositories
>
> rspec
>     rspec_core (loaded as svn_external or git submodule)
>     rspec_on_rails (loaded as svn_external or git submodule)
>
> We could load the plugins the same way as before
>  ruby script/plugin install http://rspec.rubyforge.org/svn/trunk/rspec_core
> ruby script/plugin install
> http://rspec.rubyforge.org/svn/trunk/rspec_on_rails
>
> but it would be easier to install from git using git submodules
>
> using git and calling from RAILS_ROOT
>
>
> git submodule add git//github.com/dchelimsky/rspec_on_rails.git
> vendor/plugins/rspec_on_rails
>  git submodule add git//github.com/dchelimsky/rspec_core.git
> vendor/plugins/rspec
>

<non-constructive-comment>

Wow, a short command line to type, putting that into my brain will
push out of the stack my 3 years old memories...

</non-constructive-comment>

Wouldn't be better submit some patches to Rails and make script/plugin
Git-aware?

-- 
Luis Lavena
Multimedia systems
-
Human beings, who are almost unique in having the ability to learn from
the experience of others, are also remarkable for their apparent
disinclination to do so.
Douglas Adams
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to