I am trying to migrate svn to git using subgit.
I followed the steps from https://subgit.com/howto.html
I could successfully configure. I am getting following on exception on Installation phase.
subgit install banking.git
exception is as follows,
[2016-10-10 09:54:21.802][subgit-install][1] Closed random access file 'C:\Dev\subgit-3.2.2\bin\banking.git\subgit\daemon.lock'
[2016-10-10 09:54:21.808][subgit-install][1] Could not initialize class com.sun.jna.Native
org.tmatesoft.translator.util.e: Could not initialize class com.sun.jna.Native
Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.sun.jna.Native
at org.tmatesoft.translator.process.t.<clinit>(SourceFile:16)
at org.tmatesoft.translator.process.win32.a.b(SourceFile:120)
I tried to fix by adding jna-3.2.5.jar in classpath and C:\Dev\subgit-3.2.2\bin\banking.git\subgit\lib folders as well. but couldnt fix it.
Could you please advise on it.
Thanks