And apparently it can't pull in svn:externals either. Any thoughts on how
to handle this?
The easiest trick might be to copy the externals into the mirror, but that
makes it harder to keep up with any changes to those projects. Another
option is to make mirrors for each of the externals, but then I'm stuck
maintaining 4 separate repositories just to use this one library.
Git is popular enough that someone has to have figured this out by
now...right? right?
On Wednesday, October 10, 2012 9:42:01 PM UTC-7, Brandon Fosdick wrote:
> Unfortunately git-svn can't be used for submodules. I could use it to set
> up yet another mirror, and use that as a submodule, but that seems less
> than good.
> On Wednesday, October 10, 2012 5:48:50 PM UTC-7, Greg Robbins wrote:
>> There's not a official mirror. Perhaps git-svn will meet your needs.