Changes between Version 4 and Version 5 of MercurialBranches


Ignore:
Timestamp:
Sep 13, 2010, 1:43:10 PM (14 years ago)
Author:
Luke Plant
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MercurialBranches

    v4 v5  
    1212hg clone svn+http://code.djangoproject.com/svn/django/ django
    1313    }}}
    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    {{{
     19default = 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
    1523 3. Use normal hg commands to make commits, switch branches, push back to the subversion repository etc. Remember to use `hg rebase --svn`, and not `hg merge`.
    1624
Back to Top