Differences between revisions 3 and 4
Revision 3 as of 2008-06-21 01:06:56
Size: 1186
Editor: GlennTarbox
Comment:
Revision 4 as of 2008-06-21 08:38:41
Size: 1206
Editor: GlennTarbox
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
 * Foolscap
 * Twisted
Line 12: Line 14:
My repo, which I use internally to sync all my machines, can be found
at:

http://tarbox.org/sage/sage-ght/

There's also a gitweb style hg server at
There's a gitweb style hg server at
Line 21: Line 18:
hg can pull from that repo using http... its not fast but if you're
pulling into a recent release, it shouldn't be bad.
which can be browsed and hg can pull from that repo using http...

{{{
hg clone http://tarbox.org:9000 sage-ght
}}}

it uses branches heavily so its advised to read up on mercurial
Line 36: Line 38:
== CONTACT ==

[:GlennTarbox:GlennTarbox]

Sage Distributed Object Computing

There's a gitweb style hg server at

http://tarbox.org:9000

which can be browsed and hg can pull from that repo using http...

hg clone http://tarbox.org:9000 sage-ght

it uses branches heavily so its advised to read up on mercurial

This is my main repo and will be updated continuously. I'll set up branches so that "default" will be the "stable" trunk and various other branches may exist as we decide... some shared, some used by me when I'm just coding and pushing code around internally.

We'll come up with a strategy for naming and process.

We use the Twisted rule... meaning that there is a trac ticket for all the work going on...

I'll coordinate the default branch's merging into the Sage distro in coordination with mabshoff.

CONTACT

[:GlennTarbox:GlennTarbox]


CategoryDsageNg