On Dec 15, 2012, at 9:13 AM, JR Cary wrote:
> I can easily script pulling those in at their current states, but
> but with my several build machines, what I would like is to pull
> in all repos at the same version/state. So that would mean that
> that master gets the sub-hg-repo at some id, then
Are there any general approaches to mixing svn, git, and hg repos?
I have an uber project that is in an svn repo that pulls in almost
all of what it needs by svn externals.
Of course, as life would have it, I need to pull in one hg repo
and one git repo.
I can easily script pulling those in at