How to add/remove folders without downloading from the repository in Subversion?

Jader Dias picture Jader Dias · Jul 20, 2009 · Viewed 25.1k times · Source

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?

Answer

Noel Walters picture Noel Walters · Jul 20, 2009

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