Marty Haught wrote: >> Still struggling with git and github.., how do you guys set up a >> svn:external'ish environment for extensions? > > I don't know what approach is best but what I've done is do a git > clone into the target directory (did it with a plugin but should work > fine for an extension) of your app. I then tell svn to ignore the > .git directory as well as tell git to ignore the .svn directories. > You can continue to keep the git clone up-to-date. However, I have > gotten some svn errors (!) when git removes or moves files. You'll > need to manually fix those in svn. Otherwise git and svn live in > harmony. If you're using git as your app repo then I believe > submodules are the way to go but I have yet to try this out. My git > fu isn't that great yet. :) > > Cheers, > Marty
I switched to git for my 'master' instance, which is synced with my previous (svn) 'master' because there's still many instances with piston'd folders to the svn url. I went with submodules, and i really like it so far. This article helped me get started; http://woss.name/2008/04/09/using-git-submodules-to-track-vendorrails/ -- Posted via http://www.ruby-forum.com/. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
