[Rails] Re: script/plugin install with github

2009-07-30 Thread joelmahoney
thanks Rick - I will dig deeper in the git documentation - maybe reinstall git altogether (though I installed with macports, so I don't know what the problem would be...) one question: when you say I might have a git repository local for paperclip, what do you mean exactly? Joel On Jul 30, 3:02

[Rails] Re: script/plugin install with github

2009-07-30 Thread joelmahoney
I've been using git clone to pull down plugins, but doesn't script/ plugin also run internal init scripts etc. that are sometimes included in the plugin itself? On Jul 30, 10:30 am, Alpha Blue wrote: > joelmahoney wrote: > > Hello, > > > since switching from svn to g

[Rails] Re: script/plugin install with github

2009-07-30 Thread joelmahoney
ruby 1.8.6 (2007-09-23 patchlevel 110) [i686-darwin8.10.1] On Jul 30, 10:56 am, Rick wrote: > What version of ruby are you using? > > On Jul 30, 12:25 pm, joelmahoney wrote: > > > > > Hello, > > > since switching from svn to git, I'm having trouble using

[Rails] script/plugin install with github

2009-07-30 Thread joelmahoney
Hello, since switching from svn to git, I'm having trouble using script/ plugin install with github plugins. here's what happens: > script/plugin install git://github.com/thoughtbot/paperclip.git > Initialized empty Git repository in > /path/to/project/vendor/plugins/paperclip/.git/ > fatal: b

[Rails] Re: Plugin install not installing git plugins

2009-07-29 Thread joelmahoney
I am having what I think is a similar (path-related) issue. when I try to install a plugin from a git repository I get: ruby script/plugin install git://github.com/thoughtbot/paperclip.git Initialized empty Git repository in /path/to/my/project/vendor/plugins/ paperclip/.git/ fatal: bad revision