Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
mercurial repo - http file access similar to svn repo?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Szczepan Faber  
View profile  
 More options Mar 23 2010, 5:00 pm
From: Szczepan Faber <szcze...@gmail.com>
Date: Tue, 23 Mar 2010 14:00:50 -0700 (PDT)
Local: Tues, Mar 23 2010 5:00 pm
Subject: mercurial repo - http file access similar to svn repo?
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?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Augie Fackler  
View profile  
 More options Mar 23 2010, 5:22 pm
From: Augie Fackler <au...@google.com>
Date: Tue, 23 Mar 2010 15:22:03 -0600
Local: Tues, Mar 23 2010 5:22 pm
Subject: Re: mercurial repo - http file access similar to svn repo?

On Tue, Mar 23, 2010 at 3:00 PM, Szczepan Faber <szcze...@gmail.com> 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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Szczepan Faber  
View profile  
 More options Mar 24 2010, 5:56 am
From: Szczepan Faber <szcze...@gmail.com>
Date: Wed, 24 Mar 2010 02:56:13 -0700 (PDT)
Local: Wed, Mar 24 2010 5:56 am
Subject: Re: mercurial repo - http file access similar to svn repo?
Ouch.... I thought I tried it but I must have been using wrong url ( /
p/my-project/hg ) ;(

Anyway - thanks for help - it works exactly as you say!

On 23 Mar, 22:22, Augie Fackler <au...@google.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »