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.
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.
Copyright © 2021 Jogjafile Inc.
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