I've created a repo, and then I ran svn import . https://myrepo
. It seems to have checked everything in nicely, and I can check it out on my other machine. However, it doesn't seem to create the .svn
folder, so I can't run any svn ci
commands at a later date.
This creates massive headaches to try and sync up later, because now all my stuff is already in the repo, but it conflicts with the changes I'm trying to commit.
What am I doing wrong? Is it just me that finds SVN astoundingly annoying to work with?