Page 1 of 1

Delete Repository and Directories

Posted: Tue Dec 27, 2005 6:03 pm
by kawika
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.

Re: Delete Repository and Directories

Posted: Tue Dec 27, 2005 6:09 pm
by zsprackett
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.