I''m trying to install the RSpec plugin using this command: ruby script/plugin install -x svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec But I get this message: Cannot install using externals because this project is not under subversion. The project I am trying to install this to is under source control and I verified using the command "svn info". I did install the RSpec gem, could this be causing an issue? Here is my environment: Windows XP SP2 subversion 1.4.4 ruby 1.8.5 rails 1.2.3 Thanks for the help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
David Chelimsky
2007-Aug-06 16:07 UTC
Re: Error when running script/plugin install with -x
On 8/6/07, Hardbap <hardbap-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > I''m trying to install the RSpec plugin using this command: > > ruby script/plugin install -x svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec > > But I get this message: Cannot install using externals because this > project is not under subversion. > > The project I am trying to install this to is under source control and > I verified using the command "svn info". > > I did install the RSpec gem, could this be causing an issue? > > Here is my environment: > > Windows XP SP2 > subversion 1.4.4 > ruby 1.8.5 > rails 1.2.3 > > Thanks for the help.Is vendor/plugins under svn?> > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
yes, vendor/plugins is under svn. On Aug 6, 12:07 pm, "David Chelimsky" <dchelim...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 8/6/07, Hardbap <hard...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > I''m trying to install the RSpec plugin using this command: > > > ruby script/plugin install -x svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec > > > But I get this message: Cannot install using externals because this > > project is not under subversion. > > > The project I am trying to install this to is under source control and > > I verified using the command "svn info". > > > I did install the RSpec gem, could this be causing an issue? > > > Here is my environment: > > > Windows XP SP2 > > subversion 1.4.4 > > ruby 1.8.5 > > rails 1.2.3 > > > Thanks for the help. > > Is vendor/plugins under svn? > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
David Chelimsky
2007-Aug-06 19:02 UTC
Re: Error when running script/plugin install with -x
On 8/6/07, Hardbap <hardbap-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > yes, vendor/plugins is under svn.Then I can''t explain it. I''ve seen that problem before where the project is under svn but vendor/plugins doesn''t exist until you try to install a plugin, and then you have explicitly add vendor/plugins to svn. But if your vendor/plugins is definitely under version control (i.e. svn info vendor/plugins gives you the right information) then I have no idea what would be causing it. Sorry.> > On Aug 6, 12:07 pm, "David Chelimsky" <dchelim...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > On 8/6/07, Hardbap <hard...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > > > > I''m trying to install the RSpec plugin using this command: > > > > > ruby script/plugin install -x svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec > > > > > But I get this message: Cannot install using externals because this > > > project is not under subversion. > > > > > The project I am trying to install this to is under source control and > > > I verified using the command "svn info". > > > > > I did install the RSpec gem, could this be causing an issue? > > > > > Here is my environment: > > > > > Windows XP SP2 > > > subversion 1.4.4 > > > ruby 1.8.5 > > > rails 1.2.3 > > > > > Thanks for the help. > > > > Is vendor/plugins under svn? > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Craig Demyanovich
2007-Aug-06 19:30 UTC
Re: Error when running script/plugin install with -x
I see you''re running Windows. If you''re using the svn ASP.NET hack such that your svn admin dirs are _svn instead of .svn, then script/plugin install -x doesn''t work. I submitted a patch to Rails not that long ago: http://dev.rubyonrails.org/ticket/9007. If you are indeed using the svn ASP.NET hack, please write to the Rails core mailing list [ http://groups.google.com/group/rubyonrails-core ] and ask for the patch to be reviewed. I asked when I submitted the patch, but nobody has commented on it yet. Of course, you could just set svn:externals on vendor/plugins to reference the rspec and rspec_on_rails plugins. Some people don''t like to do that, though, because it makes them dependent on external svn servers being up, among other reasons. Regards, Craig On 8/6/07, David Chelimsky <dchelimsky-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > > On 8/6/07, Hardbap <hardbap-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > yes, vendor/plugins is under svn. > > Then I can''t explain it. I''ve seen that problem before where the > project is under svn but vendor/plugins doesn''t exist until you try to > install a plugin, and then you have explicitly add vendor/plugins to > svn. But if your vendor/plugins is definitely under version control > (i.e. svn info vendor/plugins gives you the right information) then I > have no idea what would be causing it. Sorry. > > > > > > On Aug 6, 12:07 pm, "David Chelimsky" <dchelim...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > On 8/6/07, Hardbap <hard...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > > > > > > > > > > > > > > I''m trying to install the RSpec plugin using this command: > > > > > > > ruby script/plugin install -x > svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec > > > > > > > But I get this message: Cannot install using externals because this > > > > project is not under subversion. > > > > > > > The project I am trying to install this to is under source control > and > > > > I verified using the command "svn info". > > > > > > > I did install the RSpec gem, could this be causing an issue? > > > > > > > Here is my environment: > > > > > > > Windows XP SP2 > > > > subversion 1.4.4 > > > > ruby 1.8.5 > > > > rails 1.2.3 > > > > > > > Thanks for the help. > > > > > > Is vendor/plugins under svn? > > > > > > > > > > > > > > > > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
That must be it Craig because I am running the ASP.NET hack. Thanks! On Aug 6, 3:30 pm, "Craig Demyanovich" <cdemyanov...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I see you''re running Windows. If you''re using the svn ASP.NET hack such that > your svn admin dirs are _svn instead of .svn, then script/plugin install -x > doesn''t work. I submitted a patch to Rails not that long ago:http://dev.rubyonrails.org/ticket/9007. If you are indeed using the svn > ASP.NET hack, please write to the Rails core mailing list [http://groups.google.com/group/rubyonrails-core] and ask for the patch to > be reviewed. I asked when I submitted the patch, but nobody has commented on > it yet. > > Of course, you could just set svn:externals on vendor/plugins to reference > the rspec and rspec_on_rails plugins. Some people don''t like to do that, > though, because it makes them dependent on external svn servers being up, > among other reasons. > > Regards, > Craig > > On 8/6/07, David Chelimsky <dchelim...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > On 8/6/07, Hardbap <hard...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > yes, vendor/plugins is under svn. > > > Then I can''t explain it. I''ve seen that problem before where the > > project is under svn but vendor/plugins doesn''t exist until you try to > > install a plugin, and then you have explicitly add vendor/plugins to > > svn. But if your vendor/plugins is definitely under version control > > (i.e. svn info vendor/plugins gives you the right information) then I > > have no idea what would be causing it. Sorry. > > > > On Aug 6, 12:07 pm, "David Chelimsky" <dchelim...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > On 8/6/07, Hardbap <hard...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > I''m trying to install the RSpec plugin using this command: > > > > > > ruby script/plugin install -x > > svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec > > > > > > But I get this message: Cannot install using externals because this > > > > > project is not under subversion. > > > > > > The project I am trying to install this to is under source control > > and > > > > > I verified using the command "svn info". > > > > > > I did install the RSpec gem, could this be causing an issue? > > > > > > Here is my environment: > > > > > > Windows XP SP2 > > > > > subversion 1.4.4 > > > > > ruby 1.8.5 > > > > > rails 1.2.3 > > > > > > Thanks for the help. > > > > > Is vendor/plugins under svn?--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Instead of using svn:external you can use Piston http://www.rubyinside.com/advent2006/12-piston.html On Aug 6, 3:30 pm, "Craig Demyanovich" <cdemyanov...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I see you''re running Windows. If you''re using the svn ASP.NET hack such that > your svn admin dirs are _svn instead of .svn, then script/plugin install -x > doesn''t work. I submitted a patch to Rails not that long ago:http://dev.rubyonrails.org/ticket/9007. If you are indeed using the svn > ASP.NET hack, please write to the Rails core mailing list [http://groups.google.com/group/rubyonrails-core] and ask for the patch to > be reviewed. I asked when I submitted the patch, but nobody has commented on > it yet. > > Of course, you could just set svn:externals on vendor/plugins to reference > the rspec and rspec_on_rails plugins. Some people don''t like to do that, > though, because it makes them dependent on external svn servers being up, > among other reasons. > > Regards, > Craig > > On 8/6/07, David Chelimsky <dchelim...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > On 8/6/07, Hardbap <hard...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > yes, vendor/plugins is under svn. > > > Then I can''t explain it. I''ve seen that problem before where the > > project is under svn but vendor/plugins doesn''t exist until you try to > > install a plugin, and then you have explicitly add vendor/plugins to > > svn. But if your vendor/plugins is definitely under version control > > (i.e. svn info vendor/plugins gives you the right information) then I > > have no idea what would be causing it. Sorry. > > > > On Aug 6, 12:07 pm, "David Chelimsky" <dchelim...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > On 8/6/07, Hardbap <hard...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > > I''m trying to install the RSpec plugin using this command: > > > > > > ruby script/plugin install -x > > svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec > > > > > > But I get this message: Cannot install using externals because this > > > > > project is not under subversion. > > > > > > The project I am trying to install this to is under source control > > and > > > > > I verified using the command "svn info". > > > > > > I did install the RSpec gem, could this be causing an issue? > > > > > > Here is my environment: > > > > > > Windows XP SP2 > > > > > subversion 1.4.4 > > > > > ruby 1.8.5 > > > > > rails 1.2.3 > > > > > > Thanks for the help. > > > > > Is vendor/plugins under svn?--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Craig Demyanovich
2007-Aug-07 04:47 UTC
Re: Error when running script/plugin install with -x
Very true, but it was so painfully slow for me when I last tried it that I abandoned it for that little project. Perhaps your project will fare better. Regards, Craig On Aug 6, 2007, at 9:29 PM, Hardbap wrote:> > Instead of using svn:external you can use Piston > http://www.rubyinside.com/advent2006/12-piston.html > > On Aug 6, 3:30 pm, "Craig Demyanovich" <cdemyanov...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> I see you''re running Windows. If you''re using the svn ASP.NET hack >> such that >> your svn admin dirs are _svn instead of .svn, then script/plugin >> install -x >> doesn''t work. I submitted a patch to Rails not that long >> ago:http://dev.rubyonrails.org/ticket/9007. If you are indeed >> using the svn >> ASP.NET hack, please write to the Rails core mailing list [http:// >> groups.google.com/group/rubyonrails-core] and ask for the patch to >> be reviewed. I asked when I submitted the patch, but nobody has >> commented on >> it yet. >> >> Of course, you could just set svn:externals on vendor/plugins to >> reference >> the rspec and rspec_on_rails plugins. Some people don''t like to do >> that, >> though, because it makes them dependent on external svn servers >> being up, >> among other reasons. >> >> Regards, >> Craig >> >> On 8/6/07, David Chelimsky <dchelim...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >> >> >>> On 8/6/07, Hardbap <hard...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >>>> yes, vendor/plugins is under svn. >> >>> Then I can''t explain it. I''ve seen that problem before where the >>> project is under svn but vendor/plugins doesn''t exist until you >>> try to >>> install a plugin, and then you have explicitly add vendor/plugins to >>> svn. But if your vendor/plugins is definitely under version control >>> (i.e. svn info vendor/plugins gives you the right information) >>> then I >>> have no idea what would be causing it. Sorry. >> >>>> On Aug 6, 12:07 pm, "David Chelimsky" <dchelim...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >>>>> On 8/6/07, Hardbap <hard...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> >>>>>> I''m trying to install the RSpec plugin using this command: >> >>>>>> ruby script/plugin install -x >>> svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec >> >>>>>> But I get this message: Cannot install using externals because >>>>>> this >>>>>> project is not under subversion. >> >>>>>> The project I am trying to install this to is under source >>>>>> control >>> and >>>>>> I verified using the command "svn info". >> >>>>>> I did install the RSpec gem, could this be causing an issue? >> >>>>>> Here is my environment: >> >>>>>> Windows XP SP2 >>>>>> subversion 1.4.4 >>>>>> ruby 1.8.5 >>>>>> rails 1.2.3 >> >>>>>> Thanks for the help. >> >>>>> Is vendor/plugins under svn? > > > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---