I made the mistake of creating a Subversion repository without the usual trunk, branches, and tags directories. That is, the root dire
trunk
branches
tags
You need to create /trunk and do an svn move of all contents of root inside the trunk and then commit.
/trunk
After that you'll switch your working copy to /trunk.
switch