I have what should be a svn repo. in a local folder in my computer. I don't know if it is possible but I would like to convert it so it uses git only. I no longer have access to the svn server and all there inside the .svn folder is
all-wcprops
entries
format
prop-base
props
text-base
tmp
I have tried doing svn log
but it starts asking for credentials. I have also tried verifying that it is an svn repo by doing something like svnadmin verify /folder
but all it says is svnadmin: Can't open file 'format': No such file or directory
. All I need is the commit history.