TableOfContents

Include(ZPyUGnav)

分布式配置管理

未来的潮流?!

ZQ-DSCm Vs

Include(DscmVs,,from="^##startInc$",to="^##endInc$")

实际体验

Hg ~ 水银般的流畅

Hg 快速手册

刘鑫-Hg vs Bzr

Samuel Chi bzr和hg的初体验(WinXP)

Samuel Chi <[email protected]>
reply-to        [email protected]
to      "python-cn:CPyUG" <[email protected]>
date    Sun, Jul 20, 2008 at 02:42
subject [CPyUG:59750] Bazaar和Mercurial的初次体验(WinXP下)

附送一下bzr的apache配置,希望能对大家有用:

Alias /bzr "f:/bzr/"
<Directory "f:/bzr/">
    Options FollowSymLinks
    AllowOverride FileInfo Indexes Limit
    Order allow,deny
    Allow from all

    Require valid-user
    AuthType Basic
    AuthName "Bazaar Repository"
    AuthUserFile f:/bzr/authlist
</Directory>

就不需要像svn一样,每一个仓库都要写一个<Location ....>

配置hg出错的apache日志如下:

// access.log
127.0.0.1 - princeofdatamining [20/Jul/2008:01:43:42 +0800] "GET /hg/ HTTP/1.1" 500 650
// error.log
[Sun Jul 20 01:43:42 2008] [error] [client 127.0.0.1] (OS 5)拒绝访问。  : couldn't create child process: 720005: index.cgi
[Sun Jul 20 01:43:42 2008] [error] [client 127.0.0.1] (OS 5)拒绝访问。  : couldn't spawn child process: F:/Hg/index.cgi

热切期盼有人来分享一下mercurial的apache配置心得....


反馈

创建 by -- ZoomQuiet [DateTime(2008-03-26T02:20:28Z)]

PageComment2

[:/PageCommentData:PageCommentData]