On Fri, 24 Jun 2011 15:33:38 -0700 (PDT) Steph <[email protected]> wrote:
> I am attempting to migrate a fairly sizable SVN repo to git, and a > little more than a third of the way through I'm getting this: > > Found possible branch point: [host]/trunk => > [host]/branches/interface- controller-redesign, 11611 > Use of uninitialized value $u in substitution (s///) > at /usr/local/git/ libexec/git-core/git-svn line 1738. > Use of uninitialized value $u in concatenation (.) or string at /usr/ > local/git/libexec/git-core/git-svn line 1738. > refs/remotes/trunk: '[host]/svn' not found in '' > > I'm using git 1.7.5.4 on a mac, from the command line. > > Thanks for any thoughts. As this is a plain Perl error message (and git-svn is written in Perl), I suppose you tripped a case of some Subversion weirdness for which the git-svn code is not prepared. Hence I suggest you to bring this issue to the main Git list. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
