Delete Repository and Directories

If you have any 'mechanical' forge related issues/suggestions, pop them in here.
Post Reply
User avatar
kawika
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Mon Nov 21, 2005 9:27 pm
Location: San Diego, CA
Contact:

Delete Repository and Directories

Post by kawika » Tue Dec 27, 2005 6:03 pm

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.
Thanks,
Kawika Ohumukini
www.Joomlapalooza.com - Joomla resources

User avatar
zsprackett
Joomla! Apprentice
Joomla! Apprentice
Posts: 14
Joined: Fri Dec 23, 2005 2:15 am
Location: Ottawa, Canada
Contact:

Re: Delete Repository and Directories

Post by zsprackett » Tue Dec 27, 2005 6:09 pm

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.


Post Reply