
On Tue, Feb 12, 2013 at 10:37 AM, Rene Rivera <grafikrobot@gmail.com> wrote:
On Tue, Feb 12, 2013 at 8:25 AM, Beman Dawes <bdawes@acm.org> wrote: ...
I must be missing something. Why not just work through the python subprocess interface? As Dave points out, the git interaction is really simple, so isn't the subprocess approach sufficient?
It's not sufficient.. As I can't rewrite the subrepo references to use the HTTPS protocol instead of the GIT protocol (which is how they are currently encoded) with the git CLI. And I really want to avoid having testers install git, if possible. As it's not an easy install as say svn and hg.
Huh! With GitHub alone having 3 million users, Git can't be too hard to install:-) Requiring testers to have a command line git client installed seems totally reasonable, IMO. --Beman