Hi,
In the source code section, is it possible to delete a repository and/or the directories in it? I'm using tortoise CVS but I don't see how to delete a directory and have it reflect in the committed code.
Thanks.
Delete Repository and Directories
- zsprackett
- Joomla! Apprentice
- Posts: 14
- Joined: Fri Dec 23, 2005 2:15 am
- Location: Ottawa, Canada
- Contact:
Re: Delete Repository and Directories
Not sure about tortoise svn but the following should work with commandline tools. I'm guessing you need to use tortoise equivalent of the svn delete command...
svn delete
svn commit
As for deleting repositories, that is not possible with the current UI, even by the project admin.
svn delete
svn commit
As for deleting repositories, that is not possible with the current UI, even by the project admin.