svn delete project trunk

5.7k Views Asked by At

How do you delete a project's trunk file folder and all contents in the file folder of the trunk.

For example my project is WHOTest and I want to delete WHOTest/trunk

Let me know thanks.

1

There are 1 best solutions below

3
On

You delete it like any other folder in SVN. There is nothing special with trunk folders. They're just named like that by convention.

Here's the documentation of the svn delete command