Eric, > Since r48468 was where /importfromcvs/trunk got renamed into /trunk/PROJ > (from your previous message http://mid.gmane.org/4764FE2C.1010103@xxxxxxxx) > > /importfromcvs/trunk exists at r45775, but /trunk/PROJ does not; and > git-svn at least follows that (which is what I suppose everybody wants). Right. > However... > > Did /importfromcvs/trunk exist all the way between r9458 and r48468? Or > was that directory replaced entirely by something else along the way? It was replaced along the way. This very same tree /importfromcvs/trunk was used to import completely unrelated projects. Then moved, so it did not exist all the way. In my case the previous version on this tree was 45546. There is nothing in between 45546 and 45775 for example. So looking at any revision in between return an error: $ svn log -v svn+ssh://myserver/importfromcvs/trunk@45760 svn: File not found: revision 45760, path '/importfromcvs/trunk' > git-svn may be following copy history too aggressively, in this case. Looks like it is the case. Hence the reported errors: W: Ignoring error from SVN, path probably does not exist: (160013): Filesystem has no item: File not found: revision 100, path '/trunk/PROJ' and W: Ignoring error from SVN, path probably does not exist: (160013): Filesystem has no item: File not found: revision 101, path '/importfromcvs/trunk' For sure there was no revision 101 on /importfromcvs/trunk: $ svn log -v svn+ssh://myserver/importfromcvs/trunk@101 svn: File not found: revision 101, path '/importfromcvs/trunk' > On the other hand, this was somewhat intended because it could also > be a way to track merges as "moving" tags[1]. > >> $ git svn clone svn+ssh://myserver/trunk/PROJ --revision=45775:HEAD >> >> But it would be lot cleaner to have git-svn handling this properly I think. > > Does --no-follow-parent work in your case? Or does it go too far > in stopping at r48468 (probably). No it works on my case. That's what I'm using to import the directory in two steps. I just want to go to the bottom of this to see if we can somehow improve git-svn. > Maybe another switch should be added (--merge-foster-parent?) I'm not sure to understand what you are proposing here. To look only at parents that are directly "related" to the current branch ? Thanks, Pascal. -- --|------------------------------------------------------ --| Pascal Obry Team-Ada Member --| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE --|------------------------------------------------------ --| http://www.obry.net --| "The best way to travel is by means of imagination" --| --| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html