On May 7, 2008, at 11:48 PM, Asheesh Laroia wrote:
The way I handle it is that, hidden somewhere, I have an account
with a cron job that does this:
$ git svn fetch
$ git push origin refs/remotes/*:refs/heads/*
$ git push origin refs/remotes/trunk:refs/heads/master
That's a reasonable setup, and I think (without having tried it) that
it will be compatible with my patch -- assuming the clones of your
origin repository have appropriate svn-remote config entries, they
should be able to mix and match fetching from your origin and the real
svn repository, and dcommit stuff back to svn.
Though I'd try that out with a toy svn repo first...
-Steve
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html