Well I've gotten myself in a pickle
I did the subversion 1 click setup and it worked great. However, in setting up my repository I accidentally committed a file that I shouldn't have. Rather than jumping through the hoops of purging a file I deleted the repository and recreated it using "svnadmin create" as recommended to me.
Now however I am recieving the notorious Expected format '3' of repository; found format '5' error when I try to either import to the repository, or just even browse to it.
When I tried to uninstall subversion so that I could re-run the 1 click setup the uninstall failed and the 1 click setup won't overwrite whats already there.
From googling, this seems to be like some sort of versioning error but I don't see how that can be the case since I only ever installed the one version.
Can anybody help?