I saw that Alexis's git integration patch was applied because I was watching:
https://issues.apache.org/jira/browse/BUILDR-222
I have a git clone of Vic's git mirror of buildr:
http://github.com/vic/buildr/tree/master
and opened my up-to-date clone in GitX to see what the patch looked
like but it wasn't there.
Vic's github mirror of the svn repo:
http://svn.apache.org/repos/asf/buildr
is described on the Buildr site here:
http://buildr.apache.org/contributing.html#git
doesn't appear to be being updated.
The last commit on the mirror is Assaf's commit from svn rev 735108:
http://github.com/vic/buildr/commit/e35bc0fe8a0309d4cfdfb980af61cdb6f1a9990c
And adapted RubyForge task accordingly
git-svn-id: https://svn.apache.org/repos/asf/incubator/buildr/tr...@735108
13f79535-47bb-0310-9956-ffa450edef68
I've setup git mirror's of svn repos and use svn post-commit hooks to
initiate an update of the a private intermediate git svn clone which
then pushes to the public git repo.
Is this kind of integration with svn possible in Apache svn repositories?