Version 1 (server-side move)
svn move
REPO-URL/DIR REPO-URL/trunk/DIR
for all and any mispaced foldersvn relocate
REPO-URL REPO-URL/trunk/
(TBT!!!) also readsvn help relocate
before using command.svn up
Version 2 (client-side move)
- Inside your WC, which is (?) WC of repository-root, move all your project's folders inside trunk folder (Use TortoiseSVN Move - RClick and Drag),
- Commit results,
- Checkout a new working copy into new location from
REPO/trunk
, - Delete 1-st Working Copy (the one you checked out from the root of the repo).