> 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.

> The problem is that at present changes have right topology, but are not
> sorted on date basis, so I think I will have another debugging session
> with 'hg conevrt --datesort', since it does not work out of the box.
>
> In case I succeed, you'll have to re-clone sympy-hg.

Yes, I didn't notice those commits, because the changes weren't time ordered.

> 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

Ondrej

--~--~---------~--~----~------------~-------~--~----~
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