We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Using Ruby 4.0.0 svn2git - migration.rb crashes on line 58 --> "if File.exists?"
File.exists is deprecated and should be replaced by "if File.exist?"
Using Ruby 4.0.0 svn2git - migration.rb crashes on line 58 --> "if File.exists?"
File.exists is deprecated and should be replaced by "if File.exist?"