Hello.
I am using SCM Manager 2.32.2.
I have a Mercurial repository, migrated from SCM Manager 1.60, with subrepositories.
Using SCM Manager web interface, I get this error on default page for this repository on SCM Manager.
RepositoryName is name of repository
SubrepositoryName es name of subrepository
hg/RepositoryName
Error: Not found
The requested entity could not be found. It may have been deleted in another session.
Context
File: SubrepositoryName
Revision: default
Repository: hg/RepositoryName
Transaction ID 9sT2QuuLw2D
Error Code AGR7UzkhA1
I have enabled logs on SCM Manager. Error with detail is:
TRACE sonia.scm.api.rest.ContextualExceptionMapper - map NotFoundException to status code 404
sonia.scm.NotFoundException: could not find file with id SubrepositoryName in revision with id default in repository with id hg/RepositoryName
at sonia.scm.NotFoundException.notFound(NotFoundException.java:47)
at sonia.scm.repository.spi.HgBrowseCommand.lambda$getBrowserResult$0(HgBrowseCommand.java:100)
Using TortoiseHG I get no errors. It’s working without issues.
Is there any configuration on SCM Manager for enable compatibility with subrepositories or is there any error on my SCM Manager environment?
Thanks in advance.