Vic's mirror is only updated against the incubator repository. It's actually up to date with respect to that repository, but Buildr has since moved to a top level Apache project. This means that the git clones have to be rebuilt, and everybody with experimental branches will need to rebase (see thread "Welcome to Rebase Hell!" on the users list).
I'm currently working off of Assaf's clone (http://github.com/assaf/buildr), which should be up to date with the canonical SVN. Eventually, AFAIK the plan is to rebuild Vic's clone based on the new SVN and keep it automatically updated as before. Hopefully that rebuild start's from Assaf's, avoiding the need to rebase *again*. :-) Daniel On Tue, Mar 3, 2009 at 9:28 AM, Stephen Bannasch < [email protected]> wrote: > 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? > >
