public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Any experience with RhodeCode?
@ 2011-11-04 15:00 Pandu Poluan
  2011-11-04 15:14 ` Michael Orlitzky
  0 siblings, 1 reply; 4+ messages in thread
From: Pandu Poluan @ 2011-11-04 15:00 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 287 bytes --]

I'm looking for a nice, lightweight way to implement a Mercurial server.
Somehow, installing a heavyweight webserver just for Mercurial seems so...
wasteful.

I happened upon "RhodeCode", and honestly, it looks promising.

Anyone has any experience deploying and using RhodeCode?

Rgds,

[-- Attachment #2: Type: text/html, Size: 331 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Any experience with RhodeCode?
  2011-11-04 15:00 [gentoo-user] Any experience with RhodeCode? Pandu Poluan
@ 2011-11-04 15:14 ` Michael Orlitzky
  2011-11-06 23:49   ` Pandu Poluan
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Orlitzky @ 2011-11-04 15:14 UTC (permalink / raw
  To: gentoo-user

On 11/04/2011 11:00 AM, Pandu Poluan wrote:
> I'm looking for a nice, lightweight way to implement a Mercurial server.
> Somehow, installing a heavyweight webserver just for Mercurial seems
> so... wasteful.

If it's not for public use, you can clone/pull/whatever over SSH.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Any experience with RhodeCode?
  2011-11-04 15:14 ` Michael Orlitzky
@ 2011-11-06 23:49   ` Pandu Poluan
  2011-11-07  2:59     ` Michael Orlitzky
  0 siblings, 1 reply; 4+ messages in thread
From: Pandu Poluan @ 2011-11-06 23:49 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 646 bytes --]

On Nov 4, 2011 10:17 PM, "Michael Orlitzky" <michael@orlitzky.com> wrote:
>
> On 11/04/2011 11:00 AM, Pandu Poluan wrote:
> > I'm looking for a nice, lightweight way to implement a Mercurial server.
> > Somehow, installing a heavyweight webserver just for Mercurial seems
> > so... wasteful.
>
> If it's not for public use, you can clone/pull/whatever over SSH.
>

That's news to me... so I don't have to install a Mercurial server at all?

That said, having seen the demo version of RhodeCode, I kind of like it's
web-based interface. And the Active Directory integration also seems nice
(my company's dev team is predominantly Windows).

Rgds,

[-- Attachment #2: Type: text/html, Size: 828 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Any experience with RhodeCode?
  2011-11-06 23:49   ` Pandu Poluan
@ 2011-11-07  2:59     ` Michael Orlitzky
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Orlitzky @ 2011-11-07  2:59 UTC (permalink / raw
  To: gentoo-user

On 11/06/2011 06:49 PM, Pandu Poluan wrote:
> 
> On Nov 4, 2011 10:17 PM, "Michael Orlitzky" <michael@orlitzky.com
> <mailto:michael@orlitzky.com>> wrote:
>>
>> On 11/04/2011 11:00 AM, Pandu Poluan wrote:
>> > I'm looking for a nice, lightweight way to implement a Mercurial server.
>> > Somehow, installing a heavyweight webserver just for Mercurial seems
>> > so... wasteful.
>>
>> If it's not for public use, you can clone/pull/whatever over SSH.
>>
> 
> That's news to me... so I don't have to install a Mercurial server at all?
> 

Nope.

  $ hg help urls
  URL Paths

    Valid URLs are of the form:

      local/filesystem/path[#revision]
      file://local/filesystem/path[#revision]
      http://[user[:pass]@]host[:port]/[path][#revision]
      https://[user[:pass]@]host[:port]/[path][#revision]
      ssh://[user[:pass]@]host[:port]/[path][#revision]
  ...


There's a section in there about SSH URLs you'll probably want to read.
You need Mercurial installed on the server machine, and its path
handling is a little weird if you're used to another SCM.

Works fine without a web server, though.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-11-07  3:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-04 15:00 [gentoo-user] Any experience with RhodeCode? Pandu Poluan
2011-11-04 15:14 ` Michael Orlitzky
2011-11-06 23:49   ` Pandu Poluan
2011-11-07  2:59     ` Michael Orlitzky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox