executing: rake rails:freeze:edge TAG=rel_1-2-0_RC2 and getting error: "ERROR: Must have subversion (svn) available in the PATH to lock this application to edge rails" I don''t have an SVN client installed, and am generally not familiar with it. Can someone point me in the right direction? Thanks so much in advance! Mike --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On 1/9/07, Miked <mike.dershowitz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I don''t have an SVN client installed, and am generally not familiar > with it. Can someone point me in the right direction?http://subversion.tigris.org/ -- Greg Donald http://destiney.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Gregg: Thanks for your reply. I installed an SVN client but I''m still getting the same error. Do I need to put something in my PATH? Thanks! Mike On Jan 9, 4:57 pm, "Greg Donald" <gdon...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On 1/9/07, Miked <mike.dershow...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > I don''t have an SVN client installed, and am generally not familiar > > with it. Can someone point me in the right direction?http://subversion.tigris.org/ > > -- > Greg Donaldhttp://destiney.com/--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Update: tried installing to my path in windows, but still not being recongized. Is there another way? On Jan 9, 8:26 pm, "Miked" <mike.dershow...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Gregg: > > Thanks for your reply. I installed an SVN client but I''m still getting > the same error. Do I need to put something in my PATH? > > Thanks! > > Mike > > On Jan 9, 4:57 pm, "Greg Donald" <gdon...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > On 1/9/07, Miked <mike.dershow...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > I don''t have an SVN client installed, and am generally not familiar > > > with it. Can someone point me in the right direction?http://subversion.tigris.org/ > > > -- > > Greg Donaldhttp://destiney.com/--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Ok, assuming you have installed svn, make sure your environment variable PATH includes this: C:\Program Files\Subversion\bin Here''s my full PATH variable value: c:\ruby\bin;%SystemRoot%\system32;%SystemRoot%;C:\Program Files\Subversion\bin You can edit your PATH variable by going to My Computer->Properties->Advanced->Environment Variables -- you''ll want to look under ''System Variables'', there you''ll find PATH Then run your rake command. -- Carmen Ferrara iPresent Communications http://www.ipresent.net --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---