Re: [Radiant] Re: Git repository refactoring and Status update

2008-06-23 Thread aslak hellesoy
On Tue, Jun 24, 2008 at 1:23 AM, Sean Cribbs <[EMAIL PROTECTED]> wrote: > aslak hellesoy wrote: >> >> One more recommendation: Git has a feature akin to svn:externals >> called Git submodule that lets you "symlink" other Git repos. Have you >> considered using this feature for the stuff under vendo

Re: [Radiant] Re: Git repository refactoring and Status update

2008-06-23 Thread aslak hellesoy
On Tue, Jun 24, 2008 at 1:21 AM, Sean Cribbs <[EMAIL PROTECTED]> wrote: > Aslak, > > git-svn doesn't play nicely when you have other remote git repositories, as > I found multiple times when trying to keep the old SVN up-to-date. At the > time I created the new repos, SVN was out of date, and so i

Re: [Radiant] Re: Git repository refactoring and Status update

2008-06-23 Thread Sean Cribbs
aslak hellesoy wrote: One more recommendation: Git has a feature akin to svn:externals called Git submodule that lets you "symlink" other Git repos. Have you considered using this feature for the stuff under vendor and vendor/plugins? A lot of the stuff that is there is already at Github, and the

Re: [Radiant] Re: Git repository refactoring and Status update

2008-06-23 Thread Sean Cribbs
Aslak, git-svn doesn't play nicely when you have other remote git repositories, as I found multiple times when trying to keep the old SVN up-to-date. At the time I created the new repos, SVN was out of date, and so it was not prudent to import from that. I may go back and recreate the main

Re: [Radiant] Re: Git repository refactoring and Status update

2008-06-23 Thread Alex Wayne
On Jun 23, 2008, at 4:10 PM, aslak hellesoy wrote: On Mon, Jun 23, 2008 at 5:12 PM, David Piehler <[EMAIL PROTECTED]> wrote: Sean Cribbs wrote: The Radiant git repository has been refactored! All of the existing code has been added to a new, neutral, 'radiant' user on github. Please upda

Re: [Radiant] Re: Git repository refactoring and Status update

2008-06-23 Thread aslak hellesoy
On Tue, Jun 24, 2008 at 1:10 AM, aslak hellesoy <[EMAIL PROTECTED]> wrote: > On Mon, Jun 23, 2008 at 5:12 PM, David Piehler <[EMAIL PROTECTED]> wrote: >> Sean Cribbs wrote: >>> The Radiant git repository has been refactored! All of the existing >>> code has been added to a new, neutral, 'radiant'

Re: [Radiant] Re: Git repository refactoring and Status update

2008-06-23 Thread aslak hellesoy
On Mon, Jun 23, 2008 at 5:12 PM, David Piehler <[EMAIL PROTECTED]> wrote: > Sean Cribbs wrote: >> The Radiant git repository has been refactored! All of the existing >> code has been added to a new, neutral, 'radiant' user on github. Please >> update your watches and remove your forks of >> githu

[Radiant] Re: Git repository refactoring and Status update

2008-06-23 Thread David Piehler
Sean Cribbs wrote: > The Radiant git repository has been refactored! All of the existing > code has been added to a new, neutral, 'radiant' user on github. Please > update your watches and remove your forks of > github.com/seancribbs/radiant -- it will be disappearing soon. I will > do my best t

[Radiant] Re: Git repository refactoring and Status update

2008-06-21 Thread Alex Wayne
Sean Cribbs wrote: > What does this mean for you? > > 1) The Radiant core application is separated from all of the ancillary > projects, including extensions. > 2) Extensions are in individual repos, making it easier to develop them > in parallel. > 3) You can watch or ignore whichever parts of th