You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-dev@apache.org by Jukka Zitting <ju...@gmail.com> on 2010/10/03 01:19:59 UTC

Re: git cloning of repos is behind

Hi,

On Fri, Sep 24, 2010 at 2:46 PM, Jeremy Thomerson
<je...@thomersonfamily.com> wrote:
> Yes, please set me up an account and I will help with our mirror
> maintenance.

Sorry for the silence. I've now set you up with the account on
git.apache.org. I'll send the details separately.

> I would also be willing to try to lead an effort to allow us to push to
> them. It seems we could easily do so with either svnpubsub or something
> similar that watches our git repo. I'll take a look at our scripts to see
> what we already have running so that I'm familiar with it.

We currently use an email script [1] that parses commit notification
messages and fires the git-svn updates for all modified codebases.
This commit notification setup works but it's a bit of a hack, so it
would be great if we could replace with something like svnpubsub.

Anyway, regardless of the svn change notification mechanism, the
current mirror update script [1] could easily be modified to
automatically push all changes to a remote repository.

[1] https://svn.apache.org/repos/infra/infrastructure/trunk/projects/git/bin/email-update.pl
[2] https://svn.apache.org/repos/infra/infrastructure/trunk/projects/git/bin/update-mirror.sh

BR,

Jukka Zitting