Deleting and recreating a project with the same name does not work as expected
Created by: gautambt
Hi,
Steps to reproduce:
- Create a project with name, path and code all set to test.
- Commit some code into the repository
- Delete it from admin panel. Looking at gitosis at this point shows that the group entry is gone from gitosis.conf but the repository is still present in ~/repositories
- Recreate the project with the same name, path and code. The recreated project will still show the old code.
Not sure if this was a bug or a feature :)