Changes between Initial Version and Version 1 of DvcsMirrors


Ignore:
Timestamp:
Jun 16, 2012, 6:43:48 AM (12 years ago)
Author:
Luke Plant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DvcsMirrors

    v1 v1  
     1= DVCS mirrors =
     2
     3If you have a branch of Django maintained with a DVCS tool, please add it below.
     4
     5== Bazaar ==
     6
     7[https://launchpad.net/ Launchpad] mirrors Django's trunk: https://launchpad.net/django
     8
     9You can fetch it with:
     10{{{
     11bzr branch lp:django
     12}}}
     13
     14
     15== Mercurial (hg) ==
     16
     17 * '''Official mirror''': It's hosted on [http://bitbucket.org Bitbucket], it is updated every five minutes: http://bitbucket.org/django/django ('''warning''' This one is currently broken and is not updated anymore since the move to git)
     18* '''Unofficial mirror''': It's not an official one, but it is maintained, and follows the git repository. http://bitbucket.org/orzel/django
     19* See MercurialBranches for how to use hg with Django
     20
     21Other repositories
     22
     23 * [http://geodjango.org/hg/ GeoDjango Mercurial]: includes `gis-newforms` (a merge of the `gis` and `newforms-admin` branches), example code, and other geospatial goodies.
     24 * [http://joelia.gthc.org/django-bugfixes/ DjangoBugfixes]: An experimental MQ repository following the trunk branch of Django. More info is available [http://gthc.org/wiki/PythonWebDevelopment/DjangoBugfixes here].
Back to Top