Re: [Radiant] radiant freeze:edge and github vs capistrano

2008-09-25 Thread john
The freeze task does a clone into vendor/radiant as opposed to adding it as a submodule. To put it in as a submodule first unfreeze (i.e. delete vendor/radiant) then try git submodule add git://github.com/radiant/radiant.git vendor/radiant Then on a new deployment you'll need to run git

Re: [Radiant] radiant freeze:edge and github vs capistrano

2008-09-25 Thread Peter Berkenbosch
Thanks! Github does something funny with the cloned radiant. It only links it... or something like that.. I don't really understand why it is like this... Peter On Thu, Sep 25, 2008 at 9:21 PM, john [EMAIL PROTECTED] wrote: The freeze task does a clone into vendor/radiant as opposed to