Git Confusion - thread detour from [Radiant] [ANN] Radiant 0.9.0 RC1

2009-10-12 Thread Nate Turnage
On Mon, Oct 12, 2009 at 12:26 PM, Anton Aylward anton.aylw...@rogers.comwrote: Arthur Gunn said the following on 10/12/2009 08:24 AM: Perhaps, then, you can suggest a source of How To for GIT for non-developers. There are no end of resources out there, my personal recommendation

Re: Git Confusion - thread detour from [Radiant] [ANN] Radiant 0.9.0 RC1

2009-10-12 Thread Dayne Broderson
On Mon, Oct 12, 2009 at 10:19 AM, Nate Turnage pixeln...@gmail.com wrote: snip What I am not certain on is how you *create* a Radiant project using a specific version of the gem. If anyone could chime in here it would be great. I didn't see it mentioned in the wiki either. snip ~Nate

Re: Git Confusion - thread detour from [Radiant] [ANN] Radiant 0.9.0 RC1

2009-10-12 Thread Nate Turnage
On Mon, Oct 12, 2009 at 2:45 PM, Dayne Broderson da...@gina.alaska.eduwrote: Ahh, that is actually pretty easy. Just ask gem where you're gems are installed. You can find that from 'gem environment' and looking at GEM_PATHS. Mine is typically /usr/local/lib/ruby/gems/1.8. In that

Re: Git Confusion - thread detour from [Radiant] [ANN] Radiant 0.9.0 RC1

2009-10-12 Thread john muhl
On Mon, Oct 12, 2009 at 3:02 PM, Nate Turnage pixeln...@gmail.com wrote: On Mon, Oct 12, 2009 at 2:45 PM, Dayne Broderson da...@gina.alaska.eduwrote: [dbrod...@beef ~]$ gem environment ... [dbrod...@beef ~]$ /usr/local/lib/ruby/gems/1.8/gems/radiant-0. radiant-0.6.9/ radiant-0.7.0/

Re: Git Confusion - thread detour from [Radiant] [ANN] Radiant 0.9.0 RC1

2009-10-12 Thread john muhl
oh and once you've created a radiant from an older version (or edge) you probably want to freeze it with `rake radiant:freeze:edge TAG=0.7.1` or whatever On Mon, Oct 12, 2009 at 3:35 PM, john muhl johnm...@gmail.com wrote: On Mon, Oct 12, 2009 at 3:02 PM, Nate Turnage pixeln...@gmail.com wrote:

Re: Git Confusion - thread detour from [Radiant] [ANN] Radiant 0.9.0 RC1

2009-10-12 Thread Nate Turnage
On Mon, Oct 12, 2009 at 3:35 PM, john muhl johnm...@gmail.com wrote: snip i've found the following to be pretty easy to use once it's setup. - clone the latest radiant source to somewhere in your home directory; i use ~/.radiant git clone git://github.com/radiant/radiant.git ~/.radiant -