yodamad / svn2git

Tool to help and automate migration from SVN to GitLab
Apache License 2.0
38 stars 12 forks source link

Git 2.30 not supported #121

Closed ivanrome closed 3 years ago

ivanrome commented 3 years ago

Hello,

I'm using git version 2.30.0.windows.2. When running the tool I get this error:

2021-02-05 11:25:06.314 DEBUG 17904 --- [           main] fr.yodamad.svn2git.init.CheckUp          : git version 2.30.0.windows.2
2021-02-05 11:25:06.315 DEBUG 17904 --- [           main] fr.yodamad.svn2git.init.CheckUp          : Exit : 0
2021-02-05 11:25:06.316 ERROR 17904 --- [           main] fr.yodamad.svn2git.init.CheckUp          : ?? svn2git requires Git v2.2x or newer

My git 2.30 even if newer it's not OK with the check rule:

https://github.com/yodamad/svn2git/blob/ab37ec69ec0ddca3dabad0445d18cfd17344dbc5/src/main/kotlin/fr/yodamad/svn2git/init/CheckUp.kt#L28

Could you please update the tool ?

Thanks

yodamad commented 3 years ago

Hi @ivanrome thank you for feedback Fix is already implemented, I just need to find time to release 2.0.3

I'll try to do it tonight, keep u in touch

yodamad commented 3 years ago

@ivanrome : 2.0.3 fix your problem.

Can u check & close issue if ok for u ?

ivanrome commented 3 years ago

App started OK!

Thanks