Are these problems normal?
No. As long as you go through the TortoiseSVN menu to move/rename things, everything should work fine.
Examples of bad things you should never do:
- moving/copying/renaming/deleting a versioned folder in your working copy with explorer
- changing the content of .svn folders
- deleting .svn folders (use the export feature instead)
I was involved in the training of users who migrated from VSS to SVN+TortoiseSVN. Experience show that even after years of using TortoiseSVN, users will still routinely corrupt working copies by doing one of the above. Once corrupted, it is typically infeasible to repair the working copy.
Fortunately SVN 1.7 (not yet released) will eliminate alot of this crap by centralizing metadata in one big .svn folder at the root of the working copy, like git and mercurial.
and errors about SVN .tmp files/folders not existing
You might be using xcopy to manipulate working copies.
When you use xcopy to copy a folder then it will omit empty folders (unless you use the /E switch).
This will cause the .svn/tmp folders in your working copy to be omitted, effectively corrupting your working copy.