nirvdrum / svn2git

Ruby tool for importing existing svn projects into git.
MIT License
2.11k stars 443 forks source link

svn2git process Error #290

Open VenkeyK opened 4 years ago

VenkeyK commented 4 years ago

Hi Team,

I am following the svn2git process but I got this below error.

" undefined local variable or method `stdin’ for #Svn2Git::Migration:0x0000563404427ac8 (NameError) Did you mean? String "

Please provide any solution for this error.

Thanks, Venkatesh

matiasf commented 1 year ago

Someone found solution to this error?

skull-squadron commented 9 months ago

Fixed in #328 by getting rid of managing stdin.

LucasForster commented 2 months ago

Had the tool running fine in WSL2 for nearly a day, until I had to ctrl+C out of the password "dialog" since my keyboard spammed letters. From that point, I was prompted for my password inline and always got the above error...

@skull-squadron I manually applied your patch to /var/lib/gems/3.0.0/gems/svn2git-2.4.0/lib/svn2git/migration.rb and it works - thanks so much!

From what I can tell, this seems to be the third and most recent fork of svn2git, is there any newer one under maintenance?