Re: [rspec-users] svn externals and git submodules

2008-03-18 Thread Dominic Sisneros
rails/plugin is git aware already in trunk for cloning a git repository. However, you can only clone from the git repository root (the directory which contains the .git directory). You can't clone from a subdirectory. That's why the project needs to be split to install both rspec and rspec_on_rail

Re: [rspec-users] svn externals and git submodules

2008-03-18 Thread Luis Lavena
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 coul

Re: [rspec-users] svn externals and git submodules

2008-03-18 Thread David Chelimsky
On Tue, Mar 18, 2008 at 8:41 PM, Dominic Sisneros <[EMAIL PROTECTED]> wrote: > This is a request to split up the repository into at least two repositories I forwarded this to http://rspec.lighthouseapp.com/projects/5645/tickets/347. Please make future feature requests there instead of this mailing

[rspec-users] svn externals and git submodules

2008-03-18 Thread Dominic Sisneros
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.rubyforg