Re: Found possible branch point, then "Use of uninitialized value $u in substitution/concatenation"

2016-05-09 Thread Thierry Suzanne
On 7 May 2016 at 08:07, Christian Couder wrote: > > On Fri, May 6, 2016 at 5:31 PM, Thierry Suzanne > wrote: > > Sorry, can't help :( > > I just sent a patch. It would be nice if you could test it to confirm > that you get a nicer error

Re: Found possible branch point, then "Use of uninitialized value $u in substitution/concatenation"

2016-05-06 Thread Thierry Suzanne
Sorry, can't help :( On 6 May 2016 at 09:27, Christian Couder wrote: > Hi, > > On Thu, May 5, 2016 at 12:43 PM, Thierry Suzanne > wrote: >> >> Looking at svn.pm, I can see we're in find_parent_branch() which >> outputs the message "Found

Re: Found possible branch point, then "Use of uninitialized value $u in substitution/concatenation"

2016-05-06 Thread Christian Couder
Hi, On Thu, May 5, 2016 at 12:43 PM, Thierry Suzanne wrote: > > Looking at svn.pm, I can see we're in find_parent_branch() which > outputs the message "Found possible branch point". It then calls > other_gs($new_url, $url, $branch_from, $r, $self->{ref_id}); > > which

Found possible branch point, then "Use of uninitialized value $u in substitution/concatenation"

2016-05-05 Thread Thierry Suzanne
Hi, I am converting my SVN repository to Git. git version 2.8.2.windows.1 Windows 8.1 Pro 64bits, running Git For Windows 32bits. I have found this error mentioned here: http://stackoverflow.com/questions/15387812/git-svn-found-possible-branch-point and here: