HTTP 500 Error - Large File Extension
Hi,
I am currently getting the following error when trying to push a change to one of our HGLab repositories:
16:05:01.4945 - Error - - HgSharp.Server.HgHttpServer - exceptionSystem.Exception: this repository uses the largefiles extension
at HgLab.Core.Impl.Integration.LargefilesHgHttpServerExtension.<Install>b__0() in d:\projects\hglab\src\HgLab.Core\Impl\Integration\LargefilesHgHttpServerExtension.cs:line 50
at HgSharp.Server.HgHttpServer.<>c__DisplayClass12.<TextCommand>b__11(HgHttpCommandContext httpContext) in d:\projects\hgsharp\src\HgSharp.Server\HgHttpServer.cs:line 241
at HgSharp.Server.HgHttpServer.<>c__DisplayClass8.<ReadCommand>b__7(HgHttpCommandContext httpContext) in d:\projects\hgsharp\src\HgSharp.Server\HgHttpServer.cs:line 143
at HgSharp.Server.HgHttpServer.<>c__DisplayClassb.<ExceptionHandler>b__a(HgHttpCommandContext httpContext) in d:\projects\hgsharp\src\HgSharp.Server\HgHttpServer.cs:line 152 at HgLab.Core.Impl.Integration.LargefilesHgHttpServerExtension.<Install>b__0() in d:\projects\hglab\src\HgLab.Core\Impl\Integration\LargefilesHgHttpServerExtension.cs:line 50
at HgSharp.Server.HgHttpServer.<>c__DisplayClass12.<TextCommand>b__11(HgHttpCommandContext httpContext) in d:\projects\hgsharp\src\HgSharp.Server\HgHttpServer.cs:line 241
at HgSharp.Server.HgHttpServer.<>c__DisplayClass8.<ReadCommand>b__7(HgHttpCommandContext httpContext) in d:\projects\hgsharp\src\HgSharp.Server\HgHttpServer.cs:line 143
at HgSharp.Server.HgHttpServer.<>c__DisplayClassb.<ExceptionHandler>b__a(HgHttpCommandContext httpContext) in d:\projects\hgsharp\src\HgSharp.Server\HgHttpServer.cs:line 152
I am not sure how to get around this as everything else seems to be working. We are running HGLab version 1.9.7.
Thanks,
Jonathan
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Anton Gogolev on 05 Mar, 2016 06:34 AM
Hello!
Looks like the server-side repository was created with Largefiles Extension
( https://www.mercurial-scm.org/wiki/LargefilesExtension ) enabled, which
you will have to enable client-side:
https://www.mercurial-scm.org/wiki/LargefilesExtension#Configuration