Hi, I have played with writing a Git file provider that writes into a Git repository.
Unfortunately it is not very efficient, as JSPWiki counts versions with the oldest first, so you have to go back in Gits commit history to find out how many versions there are. Or one could cache versions in a property file. Anyway, I ran out of time, but if someone is interested, here it is: https://github.com/weberjn/GitFileProvider Cheers, Juergen