\r
#### fixes\r
\r
+- Gitblit could not delete a Lucene index in a working copy on index upgrade \r
- Do not index submodule links (issue 119)\r
- Restore original user or team object on failure to update (issue 118)\r
- Fixes to relative path determination in repository search algorithm for symlinks (issue 116)\r
close(repositoryName);\r
\r
// delete the index folder\r
- File repositoryFolder = new File(repositoriesFolder, repositoryName);\r
+ File repositoryFolder = FileKey.resolve(new File(repositoriesFolder, repositoryName), FS.DETECTED);\r
File luceneIndex = new File(repositoryFolder, LUCENE_DIR);\r
if (luceneIndex.exists()) {\r
org.eclipse.jgit.util.FileUtils.delete(luceneIndex,\r