You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The stdin bypass will use a local variable stdin instead of $stdin and
it will result in the following error:
''''
Traceback (most recent call last):
2: from /usr/lib/ruby/vendor_ruby/svn2git/migration.rb:432:in block (2 levels) in run_command' 1: from /usr/lib/ruby/vendor_ruby/svn2git/migration.rb:432:in loop'
/usr/lib/ruby/vendor_ruby/svn2git/migration.rb:438:in block (3 levels) in run_command': undefined local variable or method stdin' for #Svn2Git::Migration:0x0000555b7c945cc8 (NameError)
Did you mean? String
''''
If will file a merge request to fix it.
The stdin bypass will use a local variable stdin instead of $stdin and
it will result in the following error:
''''
Traceback (most recent call last):
2: from /usr/lib/ruby/vendor_ruby/svn2git/migration.rb:432:in
block (2 levels) in run_command' 1: from /usr/lib/ruby/vendor_ruby/svn2git/migration.rb:432:in
loop'/usr/lib/ruby/vendor_ruby/svn2git/migration.rb:438:in
block (3 levels) in run_command': undefined local variable or method
stdin' for #Svn2Git::Migration:0x0000555b7c945cc8 (NameError)Did you mean? String
''''
If will file a merge request to fix it.
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905832
The text was updated successfully, but these errors were encountered: