Ok ... so I wanted to upload something to an SVN server. How hard can that be? Well, turns out I've been using windumb for too long.
First I am supposed to "clone" the folder to my computer, using
svn co --username USERNAME URL
Alright, so I
cd ~/.../0.SVN
svn co --username USERNAME URL
and get an
svn: OPTIONS from URL: 200 OK.
Next, I create a folder ~/.../0.SVN/someFolder
,
put some files into that folder and want to add it so I can commit it.
svn add someFolder
And now it's giving me an
"." is not a working copy
And I have no idea what's going wrong because I'm basically doing exactly what the instructions I was given are saying.