From f6dd9dda0ad71f55fb2dbdd0fa47e1c75f2f170e Mon Sep 17 00:00:00 2001 From: gross aka Kostya Gribov Date: Mon, 31 Oct 2011 14:57:33 +0400 Subject: [PATCH] Added note about chown when migrating to another server committer note: changed text slightly... --- doc/admin.mkd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/admin.mkd b/doc/admin.mkd index 97318c0d3..0838eea03 100644 --- a/doc/admin.mkd +++ b/doc/admin.mkd @@ -312,6 +312,9 @@ if things are not clear -- you can help me fine tune this document :-) mv repositories/gitolite-admin.git $HOME/old-gitolite-admin.git find repositories -name gitolite-hooked | xargs rm + Don't forget to chown repositories if git's UID changed. Gitolite expects + the hosting user to own all the files and directories it manages. + * (workstation, new server) **install** gitolite normally on your new server. Use whatever install method suits you, but you must use the **same** name for the admin ("YourName" in the install instructions). You