Re: git svn problem, probably a regression

2013-02-21 Thread RIceball LEE
Joseph Crowell  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://' 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 ''

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: git svn problem, probably a regression

2012-11-09 Thread Joseph Crowell
> > 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://' 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.


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: git svn problem, probably a regression

2012-11-08 Thread Jeff King
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://@/trunk => 
> svn+ssh://@/tags/_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://' 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
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


git svn problem, probably a regression

2012-11-04 Thread Joern Huxhorn
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://@/trunk => 
svn+ssh://@/tags/_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://' 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.--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html