:-( Cannot clone subversion

Eduard-Cristian Stefan alexandrul.ct at gmail.com
Sun Jul 17 18:52:21 UTC 2011


On 2011-07-17 21:27, Daniel Carrera wrote:
> I have managed to convert the last month of history this way:
>
> hg clone --startrev 17500 svn+ssh:://userame at gcc.gnu.org/svn/gcc/trunk
Create an empty repo with "hg init" and put this in .hg/hgrc:

     [paths]
     default = svn+ssh:://userame at gcc.gnu.org/svn/gcc/trunk

     [ui]
     username = ...

     [hgsubversion]
     startrev = 17500

After that, pull as usual or pull in batches (specify the target revision
as 18000, then 18500, etc.)

Have a nice day,
   Eduard



More information about the Mercurial mailing list