summaryrefslogtreecommitdiff
path: root/doc/darcs.txt
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2005-11-17 18:21:42 +0000
committerbringert <bringert@cs.chalmers.se>2005-11-17 18:21:42 +0000
commite29a1430bf76b00c3714b72b7763190df6716081 (patch)
treecb0ea0288dde2df06f38c7b2fe9ffada58ad9556 /doc/darcs.txt
parentda018afd5a98c2864bdceb5c790bce13f646916f (diff)
Added section with technical information.
Diffstat (limited to 'doc/darcs.txt')
-rw-r--r--doc/darcs.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/darcs.txt b/doc/darcs.txt
index d9074dbbe..1e3b629a6 100644
--- a/doc/darcs.txt
+++ b/doc/darcs.txt
@@ -333,6 +333,31 @@ zsh:bringert:[~]>
```
+= 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 =