This is my first time trying to use any SCM so please bear with me.
Following the SVN manual, I create a repo in an empty directory. All good.
Then I try to import an existing project folder. I'm using the shell command but it's like this:
Import C:\Users\aaa\SVN\proj to file:///C:/proj_2
Unable to open an ra_local session to URL
Unable to open repository 'file:///C:/proj_2'
Finished!
I'm probably doing something very incorrectly. Thanks.