On Tue, Mar 23, 2010 at 3:00 PM, Szczepan Faber <[email protected]> wrote: > Hey guys, > > For svn repo, when I hit url: project_name/svn/trunk/somefile.xml my > browser simply shows me the file content. This is useful to maintain > html documentation, eclipse plugin sites, etc. > However for hg repo there isn't such feature :( > > Is it possible to have a mercurial repository and HTTP access to files > just like for SVN?
It works exactly the same way. For Subversion, you would have used this url: http://my-project.googlecode.com/svn/... and for Mercurial, you'll use: http://my-project.googlecode.com/hg/... > > -- > You received this message because you are subscribed to the Google Groups > "Project Hosting on Google Code" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-code-hosting?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Project Hosting on Google Code" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en.

