Delete Directory
| ido.ran 2 post(s) |
Hi, I’ve upload a test project to my svn and now I would like to delete all that directory and everything in it. Thank you, |
|
|
Hi, with svn command line client you can: cd project_folder svn rm dir svn commit -m "removed that dir" or svn rm svn://my-svn-url/project/folder1 -m "removed folder1" |
