Re: git-svn uses uninitialized value $lc_rev at line 1141
From: Carlo Marcelo Arenas Belon <hidden> Date: 2016-06-15 22:48:47
On Thu, May 13, 2010 at 02:06:53AM -0300, Mike.lifeguard wrote:
I'm using git version 1.7.1, and found a tiny bug:
mikelifeguard@arbour:~/git/perlwikibot (master)$ git svn info
Use of uninitialized value $lc_rev in concatenation (.) or string at
/usr/lib/git-core/git-svn line 1141.
this shouldn't happen unless you are doing git svn info in a tree
that has no metadata (or lost it somehow).
does git log show any git-svn-id tags?
Carlo