There are several reasons for this:
one is to allow http(s):// and git:// read access to all the trac branches,

less load on the trac server...

To keep it up to date one can simply run a cronjob
on trac, doing
git push --mirror ...
every 10 minutes, say...
(or run a cronjob on a third side, with a local mirror,
that would do
git remote update
followed by
git push --mirror...

The repo is not very big, just over 200Mb.

Any thoughts?

Dima

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to