Wednesday, February 29, 2012

RhodeCode - Awesome Mercurial Management Tool (Including User Management)

Apache Configuration



    ServerName yourservername
    ErrorLog /var/log/httpd/namedserver-error_log
    CustomLog /var/log/httpd/namedserver-access_log common
    WSGIDaemonProcess pylons user=apache group=root processes=1 \
    threads=4 \
    python-path=/usr/lib/python2.6/site-packages/
    WSGIScriptAlias / /var/www/vhosts/servername/rhodecodewsgi/dispatch.wsgi
    WSGIPassAuthorization On


Ldap Configuration:

User Management:


General Usage Process:

Saturday, February 11, 2012

Mercurial Clone without SubRepositories


Clone Mercurial without its Repositories.

hg clone --noupdate repo  destdir