I notice python will be switching to mercurial -
http://www.python.org/dev/peps/pep-0374/

  > While svn has served the development team well, it needs to be admitted
that svn does not serve the needs of non-committers as well as a DVCS does.
Because svn only provides its features such as version control, branching,
etc. to people with commit privileges on the repository it can be a
hinderance for people who lack commit privileges. But DVCSs have no such
limitiation as anyone can create a local branch of Python and perform their
own local commits without the burden that comes with cloning the entire svn
repository. Allowing anyone to have the same workflow as the core developers
was the key reason to switch from svn to hg.

  > Orthogonal to the benefits of allowing anyone to easily commit locally
to their own branches is offline, fast operations. Because hg stores all
data locally there is no need to send requests to a server remotely and
instead work off of the local disk. This improves response times
tremendously. It also allows for offline usage for when one lacks an
Internet connection. But this benefit is minor and considered simply a
side-effect benefit instead of a driving factor for switching off of
Subversion.

I don't know that this will be a greatly important issue for Pyglet - it
remains to be seen how many active developers there are going to be.
The wiki for pyglet could be enhanced and made more of a part of the main
website.  It would be a good place for recipies to be culled from the
mailing list.  I notice the same problems have a pattern of being solved
again and again.

John

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

Reply via email to