Re: [Radiant] Using Git with Radiant Extensions

2008-10-17 Thread Chris Parrish
So, to make sure I understand... If I have an extension of mine in a submodule of a project, I can develop within that extension: * make changes in that copy of the extension (testing its behavior as part of the project) * commit those changes to the submodule's repo * manage

Re: [Radiant] Using Git with Radiant Extensions

2008-10-17 Thread Michael Kessler
Chris, You may want to have a look at the ray extension. It enables you to manage your extension also as git submodules. I just discovered this extension and enhanced my fork to accept a 'remote' variable either on the command line or within the bundles extensions.yml (to install a bunch

Fwd: [Radiant] Using Git with Radiant Extensions

2008-10-17 Thread Tim Gossett
On Fri, Oct 17, 2008 at 11:03 AM, Chris Parrish [EMAIL PROTECTED] wrote: So, to make sure I understand... If I have an extension of mine in a submodule of a project, I can develop within that extension: * make changes in that copy of the extension (testing its behavior as part of

Re: [Radiant] Using Git with Radiant Extensions

2008-10-17 Thread Jim Gay
On Oct 17, 2008, at 11:28 PM, Chris Parrish wrote: Tim Gossett wrote: On Fri, Oct 17, 2008 at 11:03 AM, Chris Parrish [EMAIL PROTECTED] wrote: So, to make sure I understand... If I have an extension of mine in a submodule of a project, I can develop within that extension: * make