-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to trouble shoot svb2git #321
Comments
This version of svn2git should ignore method `exists?' but the migration.rb in this build still reference to it. options[:authors] = DEFAULT_AUTHORS_FILE#end |
Same issue here, installed via gem. Looks like ruby removed the plural method exists in version 3.2.0, should use the singular File.exist? instead. |
Thanks for that, I ended up downloading Ruby 3.1.4-1 and was able to continue without any issues. |
Work Around for
|
I use ruby svn2git.
I have the following error
F:\PRJ\dba>svn2git svn://localhost/ --prefix=svn/ --trunk / --nobranches --notags --authors dba_authors.txt
D:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/svn2git-2.4.0/lib/svn2git/migration.rb:58:in
parse': undefined method
exists?' for File:Class (NoMethodError)Did you mean? exist?
'from D:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/svn2git-2.4.0/lib/svn2git/migration.rb:14:in
initialize' from D:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/svn2git-2.4.0/bin/svn2git:26:in
new'from D:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/svn2git-2.4.0/bin/svn2git:26:in
<top (required)>' from D:/Ruby32-x64/bin/svn2git:32:in
load'from D:/Ruby32-x64/bin/svn2git:32:in `
The text was updated successfully, but these errors were encountered: