I'm getting a fossil.exe: [<repo path>]: unable to open database file
when I'm trying to export a fossil
repo to git on Windows.
Here's the steps I made:
I didn't figure out what was causing the problem, but I found a workaround:
git init git-repo
cd fossil-repo
fossil export --git > git.txt
git.txt
to git-repo
type/cat git.txt | git fast-import
git checkout trunk