git-svn: stop using path names as refnames with --follow-parent
commitce2a0f2f9d9fd8eee8eaa1f24a60bdafade80c24
authorEric Wong <normalperson@yhbt.net>
Mon, 29 Jan 2007 05:34:23 +0000 (28 21:34 -0800)
committerEric Wong <normalperson@yhbt.net>
Fri, 23 Feb 2007 08:57:10 +0000 (23 00:57 -0800)
treeb4281f271a1e3afb9c813eb64f9b6a73f305db8e
parent2b27f6c8847ebee631e7ad17ac9986e461d7674b
git-svn: stop using path names as refnames with --follow-parent

Using path names as refnames breaks horribly if a user is
tracking one large, toplevel directory, and a lower-level
directory is followed from another project is a parent
of another ref, as it will cause refnames such as:
'refs/remotes/trunk/path/to/stuff', which will conflict
with a refname of 'refs/remotes/trunk'.

Now we just append @$revno to the end of it the current
refname.  And if we have followed back to a grandparent, then
we'll strip any existing '@$parent_revno' strings before
appending our own '@$revno' string to it.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
git-svn.perl
t/t9104-git-svn-follow-parent.sh