Codefox42
Codefox42
We are experiencing the same exception (using `2.41.0`): 2023-02-13 15:20:04.827 [HgHookWorker-48] [6zTVl0hL6C0u] ERROR sonia.scm.repository.spi.HgHookChangesetProvider - could not retrieve changesets ... 2023-02-13 15:20:04.877 [HgHookWorker-48] [6zTVl0hL6C0u] WARN sonia.scm.repository.hooks.DefaultHookHandler - unknown error on...
Hello @christophloose, we finally found a workaround that looks like this: 1. Export the problematic changeset on the client: `hg bundle --rev "outgoing()" mychanges.hg` 2. Transfer the bundle file to...
After again spending some time on experimenting with SCM and filename with non-ascii characters, I would like to summarize the current situation (or at least my understanding of it): *...
Issues with large Mercurial repositories disappeared after applying larger header sizes (similar to [StenaviN's example](https://github.com/scm-manager/scm-manager/issues/1525#issuecomment-775035567)) for several years with SCM Manager `2.x`. As we are preparing the upgrade to `3.x`...