2

Closed

Browser Mercurial Doesn't Work With VB files.

description

I can navigate to https://hg.codeplex.com/nwtcompiler/file/tip/NWTCompiler/My%20Project, however, I can't navigate to https://hg.codeplex.com/nwtcompiler/file/tip/NWTCompiler/My%20Project/AssemblyInfo.vb. Yet, https://hg.codeplex.com/nwtcompiler/file/tip/NWTCompiler/My%20Project/Settings.settings works. Even when I navigate to /raw-file/tip/ instead of just /file/tip/ I get the same problem, a 404 error. I get this with every single file with a .vb extension, which says to me that the web server is blocking the serving of .vb 'files', even though this isn't really a file at all, but a parameter to a script.

Please fix this so that we can properly browse Mercurial repositories.
Closed May 8, 2012 at 6:36 PM by matthaw
We currently do not support that feature. However, please feel free to vote this up, which is what you are looking for.

http://codeplex.codeplex.com/workitem/25464

comments

TomCornelius wrote May 8, 2012 at 6:01 PM

We don't support browsing code from hg.codeplex.com. If you navigate to the Source Code tab on your project page, you can browse the source code from there.

cjbarth wrote May 8, 2012 at 6:24 PM

So what link would I bookmark to always see the 'tip' version of a given file? Basically that is what I'm trying to do and it doesn't seem that your Source Code tab supports the 'tip' alias like the hg.codeplex.com does.