[Radiant] Re: freezing edge submodules and git

2011-01-11 Thread Simon
Thank you! On Jan 3, 7:28 am, Jomz wrote: > another option is to install radiant as a submodule; > > git submodule add git://github.com/radiant/radiant.git vendor/radiant > > but beware of the submodules inside the radiant repository itself; > > cd vendor/radiant; git submodule init; git submodul

[Radiant] Re: freezing edge submodules and git

2011-01-03 Thread Jomz
another option is to install radiant as a submodule; git submodule add git://github.com/radiant/radiant.git vendor/radiant but beware of the submodules inside the radiant repository itself; cd vendor/radiant; git submodule init; git submodule update I let capistrano take care of nested submodu

[Radiant] Re: freezing edge submodules and git

2010-12-24 Thread rcz
You want to have edge radiant? May be there is a better way to get an edge radiant, but i prefer to clone radiant from its repository with this command git clone --recursive git://github.com/radiant/radiant.git vendor/radiant On 23 дек, 17:35, Simon wrote: > I've been getting lots of challenging