I have a huge repository where I want to add/remove a folder. I haven't checked out anything yet. There is any way to do it fast?
If you have the svn command line client then check out the commands svn mkdir and svn delete.
Full documentation is available by typing
svn help mkdir
and
svn help delete