Mercurial 호스팅: Bitbucket, Kenai

feanor의 이미지

일전에 Mercurial 저장소 호스팅 사이트인 ShareSource소개해 드린 일이 있는데요, 그 뒤로 생긴 Mercurial 호스팅 사이트들을 소개해 드립니다.

Bitbucket은 150 MB까지 무료로 Mercurial 저장소를 호스팅합니다. OpenID를 사용할 수 있으므로 가입이 필요없습니다. Mercurial에 기본으로 들어있는 hgweb보다 훌륭한 웹 인터페이스를 제공하고, 위키와 이슈 트래커를 쓸 수 있습니다. (원하지 않으면 없앨 수 있습니다.) 웹에서 접근 권한을 수정할 수 있고 HTTP, HTTPS, SSH로 접근할 수 있습니다. 그 외에 다른 사용자의 활동이나 다른 저장소의 활동 피드를 모아서 보여주는 기능도 있습니다. 프로젝트를 만드는 데 승인이 필요 없고 바로 만들 수 있습니다. 며칠 써 본 바로는 훌륭합니다.

Kenai는 Sun에서 시작한 오픈 소스 프로젝트 호스팅 사이트입니다. Sun 개발자 네트워크 계정을 그대로 사용할 수 있고 (이 계정 만들어 둘만 합니다. 메일 주소만 적으면 쉽게 받을 수 있고 몇가지 Sun 제품을 무료로 다운받을 수 있습니다.) Subversion과 Mercurial 호스팅을 제공하며 게시판, 메일링 리스트, 위키, 이슈 트래커를 쓸 수 있습니다. 다만 아직 정식으로 오픈하지 않았기 때문에 프로젝트를 만들려면 초대권이 필요합니다. 필요하신 분은 보내드리겠습니다.

훌륭한 오픈 소스 프로젝트 호스팅 사이트들이 우후죽순처럼 생겨나고 있습니다. 그래서 미안한 이야기이지만 솔직히 KLDP.net을 쓸 이유는 점점 줄어드는 것 같습니다. :(

댓글

cppig1995의 이미지

Sun에서 이런 것도 하는 줄은 몰랐군요.
Project Kenai에서 사용자이름 cppig1995 입니다. 부탁드립니다^^

Real programmers /* don't */ comment their code.
If it was hard to write, it should be /* hard to */ read.

wkpark의 이미지

다른 글로 쓰는것보다 여기에 부연설명 하겠습니다~

이슈 http://bitbucket.org/tortoisehg/stable/issues/

소스코드 http://bitbucket.org/tortoisehg/stable/src/
-----
mercurial의 장점은 svn을 쓰던 사람들이 쉽게 이전할 수 있다는 점입니다. (TortoiseHg 지원 등등)
구글 코드에서도 git과 mercurial을 비교하다가 결국 mercurial을 선택했죠. (아마도 결국 git도 지원하게 되겠지만)

* http://google-code-updates.blogspot.com/2009/04/mercurial-support-for-project-hosting.html
* http://code.google.com/p/support/wiki/DVCSAnalysis
* http://code.google.com/p/support/wiki/MercurialStatus

-----
bitbucket은
* 사용자와 프로젝트 개념이 따로 없는 것 같습니다. 사용자 계정을 만들면 그것이 프로젝트 이름이 됩니다.
* 사용자가 복수개의 repository를 가질 수 있습니다.
* 각 repository별로 다른 사용자가 (당연히) 참여할 수 있습니다.
----
잠깐 사용해본 mercurial의 장단점은.
* git와 마찬가지로 commit 유저의 이름을 바꿀 수 있습니다. commit유저 == author (git에서는 commit유저 != author일수도 있음)
* svn의 revision개념을 그대로 가집니다 (0부터 시작) git은 revision번호란게 없습니다.
* RevLog이라는 저장소 포맷으로 로그/파일 히스토리/diff delta를 모두 저장합니다.
- 인덱스 구조라서 액세스가 빠르며,
- 히스토리/delta가 append하는 구조이므로
- disk i/o가 많은 경우에도 깨질 염려가 적습니다. 반면 CVS/RCS의 경우는 히스토리가 append되는 구조가 아니므로 히스토리가 깨질 염려가 있죠.
(RevLog 인덱스 파일 구조가 매우 단순해서 응용가능성도 많은듯.)

조만간 kldp.net이 gforge에서 nFORGE로 이전하게될것입니다.
git지원은 이미 nFORGE에 들어갔고 (beta) / mercurial 정식지원도 들어갈 예정입니다~ (아직은 alpha상태)

온갖 참된 삶은 만남이다 --Martin Buber

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.