git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git svn clone stops after r2 for svn://mlton.org/mlton/trunk
@ 2011-01-29 15:55 Florian Weimer
  2011-02-02 20:19 ` Pascal Obry
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Weimer @ 2011-01-29 15:55 UTC (permalink / raw)
  To: git

There's something strange going on there:

$ git svn clone svn://mlton.org/mlton/trunk mlton 
Initialized empty Git repository in /home/fw/src/mlton/.git/
r2 = 61f0dd5ba401ece2ff4668bc7454b7742c60fa99 (refs/remotes/git-svn)
Checked out HEAD:
  svn://mlton.org/mlton/trunk r2
$
 
"git svn fetch" is able to continue, though, so this is only a very
minor inconvenience.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: git svn clone stops after r2 for svn://mlton.org/mlton/trunk
  2011-01-29 15:55 git svn clone stops after r2 for svn://mlton.org/mlton/trunk Florian Weimer
@ 2011-02-02 20:19 ` Pascal Obry
  0 siblings, 0 replies; 2+ messages in thread
From: Pascal Obry @ 2011-02-02 20:19 UTC (permalink / raw)
  To: Florian Weimer; +Cc: git


Florian,

> There's something strange going on there:
> 
> $ git svn clone svn://mlton.org/mlton/trunk mlton 
> Initialized empty Git repository in /home/fw/src/mlton/.git/
> r2 = 61f0dd5ba401ece2ff4668bc7454b7742c60fa99 (refs/remotes/git-svn)
> Checked out HEAD:
>   svn://mlton.org/mlton/trunk r2

This is probably because the first revision in trunk is r2 and there is
no r0 nor a r1. This repository has been converted from CVS (see r2). In
such a case you can convert properly using:

   $ git svn clone -s -r3:7500 svn://mlton.org/mlton mlton

r3 is the first actual revision, all see can be seen using:

   $ svn://mlton.org/mlton/trunk mlton

Note that I have used -s as this repository is using a standard svn layout.

Hope this helps.

Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|    http://www.obry.net  -  http://v2p.fr.eu.org
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver keys.gnupg.net --recv-key F949BD3B

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-02 20:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-29 15:55 git svn clone stops after r2 for svn://mlton.org/mlton/trunk Florian Weimer
2011-02-02 20:19 ` Pascal Obry

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).