> On Wed, May 5, 2010 at 2:25 PM, Viktor Szakáts <harbour...@syenar.hu> wrote:
> Hi Smu,
> git svn clone -s 
> https://harbour-project.svn.sourceforge.net/svnroot/harbour-project harbour
> 
> 
> It worked, but looked like it was going to take hours or even days to do.  It 
> seemed to start right from revision 1 and work its way up slowly.  If it has 
> to do 14,000+ of those, it will take forever.  So I won't bother.  But I am 
> not sure if that's SVN's fault, as I have cloned some git trees before for 
> other software projects (albeit not as big) and it wasn't unexpectedly long.  
> I believe git also uses zlib to compress a lot of source code through the 
> wires when you pull/push/clone, in case you thought it might send the raw 
> data uncompressed.

It takes time, since Harbour SVN is large.

What I did for the gource video [1] was to download 
the whole SVN database from sf.net with rsync, set 
it up in my SVN server VM (a copy actually) and git 
clone from this local SVN server. It was stable, 
and much faster.

BTW, here is a better cmdline:
    git svn clone -s --no-follow-parent 
https://harbour-project.svn.sourceforge.net/svnroot/harbour-project harbour

Otherwise it gets messed up @ ~r8200.

[1] http://www.youtube.com/watch?v=4DrhrxPZhts

Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to