dirigible
dirigible copied to clipboard
[IDE] Error when renaming a git project
Error Renaming Git Shared Project
I encountered an error while trying to rename a project in Dirigible. The project is located at this repository and I'm attempting to rename it from "codbex-account" to "codbex-accounts".
Error Message:
2024-05-09T18:25:58.453Z [ERROR] Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.eclipse.dirigible.repository.api.RepositoryWriteException: Could not move collection codbex-account] with root cause
Steps to Reproduce:
- Clone the branch "bug/git-error" from this repository into Dirigible: https://github.com/codbex/codbex-athena
- Go to the Workbench view
- Right-click on the "codbex-account" project
- Select Rename and change the name to something else (e.g., "codbex-accounts")
- Observe the error message in the console
Expected Behavior:
No error should be thrown, and the rename functionality should succeed.
Screenshots:
Desktop Details: • OS: macOS Sonoma 14.4.1 arm64 • Browser: Firefox • Version: [e.g., 22]
Additional Context:
Dirigible is running on Docker with the latest version (as of 09/05/2024).