git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git svn problem, probably a regression
@ 2012-11-04 20:31 Joern Huxhorn
  2012-11-08 18:06 ` Jeff King
  0 siblings, 1 reply; 4+ messages in thread
From: Joern Huxhorn @ 2012-11-04 20:31 UTC (permalink / raw)
  To: git

git svn failed on me with the following error while cloning an SVN repository:
r1216 = fcf69d5102378ee41217d60384b96549bf2173cb (refs/remotes/svn/trunk)
Found possible branch point: svn+ssh://<repositoryName>@<IP address>/trunk => svn+ssh://<repositoryName>@<IP address>/tags/xxxx_2008-10-22, 1216
Use of uninitialized value $u in substitution (s///) at /usr/local/Cellar/git/1.8.0/lib/Git/SVN.pm line 106.
Use of uninitialized value $u in concatenation (.) or string at /usr/local/Cellar/git/1.8.0/lib/Git/SVN.pm line 106.
refs/remotes/svn/asset-manager-redesign: 'svn+ssh://<IP address>' not found in ''

I'm running git 1.8.0 via Homebrew on OS X. It was called via svn2git but I doubt that this is the culprit.
A colleague of mine was able to perform the same operation with git 1.7.x (not sure which) on Debian so I assume that this is a regression.

I just wanted to let you know.

Cheers,
Joern.

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

* Re: git svn problem, probably a regression
  2012-11-04 20:31 git svn problem, probably a regression Joern Huxhorn
@ 2012-11-08 18:06 ` Jeff King
  2012-11-09 13:39   ` Joseph Crowell
  0 siblings, 1 reply; 4+ messages in thread
From: Jeff King @ 2012-11-08 18:06 UTC (permalink / raw)
  To: Joern Huxhorn; +Cc: git

On Sun, Nov 04, 2012 at 09:31:17PM +0100, Joern Huxhorn wrote:

> git svn failed on me with the following error while cloning an SVN repository:
> r1216 = fcf69d5102378ee41217d60384b96549bf2173cb (refs/remotes/svn/trunk)
> Found possible branch point: svn+ssh://<repositoryName>@<IP address>/trunk => svn+ssh://<repositoryName>@<IP address>/tags/xxxx_2008-10-22, 1216
> Use of uninitialized value $u in substitution (s///) at /usr/local/Cellar/git/1.8.0/lib/Git/SVN.pm line 106.
> Use of uninitialized value $u in concatenation (.) or string at /usr/local/Cellar/git/1.8.0/lib/Git/SVN.pm line 106.
> refs/remotes/svn/asset-manager-redesign: 'svn+ssh://<IP address>' not found in ''
> 
> I'm running git 1.8.0 via Homebrew on OS X. It was called via svn2git but I doubt that this is the culprit.
> A colleague of mine was able to perform the same operation with git 1.7.x (not sure which) on Debian so I assume that this is a regression.
> 
> I just wanted to let you know.

If you have time and can reproduce the bug at will, it would be very
helpful to use "git-bisect" to pinpoint the exact commit that causes the
breakage.

-Peff

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

* Re: git svn problem, probably a regression
  2012-11-08 18:06 ` Jeff King
@ 2012-11-09 13:39   ` Joseph Crowell
  2013-02-20 22:13     ` RIceball LEE
  0 siblings, 1 reply; 4+ messages in thread
From: Joseph Crowell @ 2012-11-09 13:39 UTC (permalink / raw)
  To: git

> > Use of uninitialized value $u in substitution (s///) at
/usr/local/Cellar/git/1.8.0/lib/Git/SVN.pm
> line 106.
> > Use of uninitialized value $u in concatenation (.) or string at
> /usr/local/Cellar/git/1.8.0/lib/Git/SVN.pm line 106.
> > refs/remotes/svn/asset-manager-redesign: 'svn+ssh://<IP address>' not found
in ''

> 
> If you have time and can reproduce the bug at will, it would be very
> helpful to use "git-bisect" to pinpoint the exact commit that causes the
> breakage.
> 
> -Peff
> 

I just encountered the exact same issue while converting an svn repo to git on
Windows through Git Bash. Same error.

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

* Re: git svn problem, probably a regression
  2012-11-09 13:39   ` Joseph Crowell
@ 2013-02-20 22:13     ` RIceball LEE
  0 siblings, 0 replies; 4+ messages in thread
From: RIceball LEE @ 2013-02-20 22:13 UTC (permalink / raw)
  To: git

Joseph Crowell <joseph.w.crowell <at> gmail.com> writes:

> 
> > > Use of uninitialized value $u in substitution (s///) at
> /usr/local/Cellar/git/1.8.0/lib/Git/SVN.pm
> > line 106.
> > > Use of uninitialized value $u in concatenation (.) or string at
> > /usr/local/Cellar/git/1.8.0/lib/Git/SVN.pm line 106.
> > > refs/remotes/svn/asset-manager-redesign: 'svn+ssh://<IP address>' not found
> in ''
> 
> > 
> > If you have time and can reproduce the bug at will, it would be very
> > helpful to use "git-bisect" to pinpoint the exact commit that causes the
> > breakage.
> > 
> > -Peff
> > 
> 
> I just encountered the exact same issue while converting an svn repo to git on
> Windows through Git Bash. Same error.
> 
> 


me too:

git svn fetch
Found possible branch point: 
https://amanda.svn.sourceforge.net/svnroot/amanda/amanda/branches/amanda-260 => 
https://amanda.svn.sourceforge.net/svnroot/amanda/amanda/tags/amanda260p1, 1022
Use of uninitialized value $u in substitution (s///) at 
/usr/local/Cellar/git/1.8.1.3/lib/Git/SVN.pm 
line 106.
Use of uninitialized value $u in concatenation (.) or string at 
/usr/local/Cellar/git/1.8.1.3/lib/Git/SVN.pm line 106.
refs/remotes/svn/amanda-260: 'https://amanda.svn.sourceforge.net/svnroot/amanda' 
not found 
in ''

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

end of thread, other threads:[~2013-02-21 23:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-04 20:31 git svn problem, probably a regression Joern Huxhorn
2012-11-08 18:06 ` Jeff King
2012-11-09 13:39   ` Joseph Crowell
2013-02-20 22:13     ` RIceball LEE

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).