I use a remote subversion repository to manage my application code, and access it through my IDE or the command line using svn client programs.
I assume though that I need to install git client programs (git-core?) in order for script/plugin to be able to retrieve the in_place_editing plugin from the Rails github repository. Correct? Having retrieved it, I would then add it to my svn repository as I would any file that I create. Thanks... On 22 Jan, 13:48, Jason Roelofs <jameskil...@gmail.com> wrote: > On Thu, Jan 22, 2009 at 5:12 AM, Fernando Perez > > <rails-mailing-l...@andreas-s.net> wrote: > > >> Um, you do need git installed. > > >> Jason > > > Hi, like I said in another similar thread, you can simply download the > > tarball or zipfile and extract the archive in your plugins folder, and > > the plugin is installed. Installing git is however preferable and easier > > for future updates. > > This isn't true 100% of the time. Quite a few plugins rely on the > installation phase of script/plugin install to push config files / js > / css / etc files up into the main Rails workspace. Just untarring > into your vendor/plugins does not run this installation process. > > Thus, use script/plugin install. Make sure you have the binaries > installed for whatever SCM you use (SVN / git / etc). > > Jason --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---