[Radiant] Re: Benny Degezelle's Tags extension
Marty Haught
mghaught at gmail.com
Sat May 10 12:33:11 CDT 2008
> 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
More information about the Radiant
mailing list