From 998ff2d13b9aa913be32c26460d7c54391f6179a Mon Sep 17 00:00:00 2001 From: Sitaram Chamarty Date: Sat, 13 Feb 2010 19:18:28 +0530 Subject: [PATCH] doc/1 minor fix thanks to bremner for catching this... --- doc/1-migrate.mkd | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/1-migrate.mkd b/doc/1-migrate.mkd index c09fe13..641f9c5 100644 --- a/doc/1-migrate.mkd +++ b/doc/1-migrate.mkd @@ -42,11 +42,14 @@ Now, log off the server and get back to the client: Make sure that you **don't** change the default path for `$REPO_BASE` if you edit the config file! -2. **convert** your gitosis config file. Substitute the path for your - gitosis-admin clone in `$GSAC` below, and similarly the path for your - gito**lite**-admin clone in `$GLAC` + This will give you a gitolite config that has the required entries for the + "gitolite-admin" repo. - src/gl-conf-convert < $GSAC/gitosis.conf > $GLAC/gitolite.conf +2. **convert** your gitosis config file and append it to your gitolite config + file. Substitute the path for your gitosis-admin clone in `$GSAC` below, + and similarly the path for your gito**lite**-admin clone in `$GLAC` + + src/gl-conf-convert < $GSAC/gitosis.conf >> $GLAC/gitolite.conf Be sure to check the file to make sure it converted correctly