> How can i delete a repository, i'm still learning and i can't find how to > delete a repository and its users. > My intentions are to delete it from both, trac and svn.
Simply remove their respective directory: If you ran trac-admin c:\some\path\project initenv delete c:\some\path\project to remove the Trac project If you ran svnadmin create c:\some\path\repos delete c:\some\path\repos to remove the Subversion repository You may also want to remove the htpasswd file if you've created one. -- Manu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
