On Wed, Oct 17, 2007 at 06:46:52PM +0200, Ondrej Certik wrote:
> 
> > It is suppossed to reduce mirroring latency, right?
> 
> Exactly.
> 
> > Let's try it. Could you please tell me how to make that some script is
> > run when CIA feed is updated? I'm going to concentrate on the
> > listed-below issues, and if you could assist with it - it'd be good.
> 
> It works in a way, that there is one email address at CIA, that I had
> to subscribe to the read only sympy svn commits mailinglist and
> whenever it receives an email, the CIA will "svn up" it's own copy of
> repository and parse the changes.
> 
> So I guess it's not helpful much - we would have to setup some email
> and then check that email often.

I'll do it with procmail.
The only problem is that landau email receiving latency seems to be
comparable sometimes to 10 minutes as well :)

> > Yes, this repositories are readonly -- we can't commit to them. This is
> > because only svn -> hg mirroring works at present. Setting up automatic
> > hg -> svn mirroring is challenging and will require some time.
> >
> > Don't sure we really need true hg -> svn mirroring it at this point.
> >
> > I think we need some 'hg export' with following 'svn commit' several
> > for each patch. Unfortunately I could not find such a script.
> >
> > Alternatively I can try to setup something like sympy--hg2svn repository
> > which will have 'incoming' hook, will apply changes to sympy trunk and
> > do 'svn ci' then. It won't be general solution though.
> >
> > So is this approach seems reasonable? If yes, lets doit.
> 
> It's actually good that those repositories are read only - they are
> simply mirrors of the svn rep.
> 
> I don't think we need to lose time with true hg -> svn conversion. I
> am fine with finding some automatic way of
> 
> hg export > patch
> cd svndir
> patch -p0 < patch
> svn ci

Ok, I'll do something like this.


-- 
    Всего хорошего, Кирилл.
    http://landau.phys.spbu.ru/~kirr/aiv/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sympy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to