14 | | This will take a while. |
| 14 | This will take a Good While (lots of hours), and in some cases can take a Very Long Time for just one changeset (I gave up on r11505).[[BR]] |
| 15 | ALTERNATIVELY: |
| 16 | 1. Clone the [http://bitbucket.org/django/django/ official Django hg mirror] in the normal way, using hg 1.5 or greater. |
| 17 | 2. Edit .hg/hgrc to say: |
| 18 | {{{ |
| 19 | default = svn+http://code.djangoproject.com/svn/django/ |
| 20 | }}} |
| 21 | 3. Do `hg svn rebuildmeta`. This works because the official Django mirror was been created by hgsubversion, and is updated only by hgsubversion. |
| 22 | |