From e29a1430bf76b00c3714b72b7763190df6716081 Mon Sep 17 00:00:00 2001 From: bringert Date: Thu, 17 Nov 2005 18:21:42 +0000 Subject: Added section with technical information. --- doc/darcs.html | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) (limited to 'doc/darcs.html') diff --git a/doc/darcs.html b/doc/darcs.html index b38f2a42f..5e4f98c6e 100644 --- a/doc/darcs.html +++ b/doc/darcs.html @@ -43,7 +43,8 @@ GF has now been moved to a Darcs repository. No changes should be committed to t
  • Using ssh-agent -
  • Further information about Darcs +
  • Technical Information +
  • Further information about Darcs

    @@ -402,6 +403,36 @@ Try to use it to log in (with your own username again):

    +

    Technical Information

    +

    +This section contains information about how the repository is set +up. It might be useful for troubleshooting the repository setup +or creating a similiar setup for another repository. +

    +

    +The main repository is in +/users/cs/www/Research/Language-technology/darcs/GF, which is +visible to the web server. The repository and all files and +directories in it group writable, owned by the group langtech, and +all directories have the setgid bit set: +

    +
    +  drwxrwsr-x  10 bringert langtech 512 Nov 17 19:00 /users/cs/www/Research/Language-technology/darcs/GF
    +
    +

    +

    +The repo has this in _darcs/prefs/defaults: +

    +
    +  apply posthook find . -user "$USER" -a ! -perm +g+w -exec chmod g+w '{}' ';'
    +  apply run-posthook
    +
    +

    +

    +The server which we push to has darcs 1.0.4, which is needed for +posthook support. +

    +

    Further information about Darcs

    For more info about what you can do with darcs, see http://darcs.net/manual/ -- cgit v1.2.3