I'm running Visual SVN server. I created a repository. I see my repository in this directory, C:\Repositories. I also installed tortoise SVN, so now how do I upload a project to source control?
Attempt 1
Import C:\dev\apache-ofbiz-09.04 to https://smallville/svn
Repository moved permanently to 'https://smallville/'; please relocate
Attempt 2
Command: Import C:\dev\apache-ofbiz-09.04 to https://smallville
Error: OPTIONS of 'https://smallville': 200 OK (https://smallville)
Attempt 3 & 4
tried with localhost, same errors
edit: i was using the wrong URL -- they look like this
https://localhost/svn/projectName
you can get it if you navigate to the target repository, right click, copy URL to clipboard.