dirigible icon indicating copy to clipboard operation
dirigible copied to clipboard

[IDE] Error when renaming a git project

Open Mrgoblings opened this issue 1 year ago • 0 comments

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:

  1. Clone the branch "bug/git-error" from this repository into Dirigible: https://github.com/codbex/codbex-athena
  2. Go to the Workbench view
  3. Right-click on the "codbex-account" project
  4. Select Rename and change the name to something else (e.g., "codbex-accounts")
  5. Observe the error message in the console

Expected Behavior:

No error should be thrown, and the rename functionality should succeed.

Screenshots: image

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).

Mrgoblings avatar May 09 '24 20:05 Mrgoblings