I have administration access to a Subversion (SVN) repository.
The URL to the repository looks like: http://svn.domain.com/svn/project/
I’ve installed SlikSVN (command-line client) and I want to connect to this remote repository and delete some folders inside of it.
How can I complete this task?
Unless you want to permanently remove a folder from the repository (i.e. with its whole history), you can execute the following command:
See
svn deletecommand-line reference for further details.