diff --git a/admin-all.html b/admin-all.html index 1bb0fb0..efd1ac7 100644 --- a/admin-all.html +++ b/admin-all.html @@ -376,7 +376,10 @@ directory of each repo.

rsync -a olduser@oldhost:repositories . 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 diff --git a/bac.html b/bac.html index 098ad9a..d079e6f 100644 --- a/bac.html +++ b/bac.html @@ -210,5 +210,6 @@ when used as a username; you've seen examples of it earlier.

    Advanced users: also see the entry for GL_ALL_INCLUDES_SPECIAL in the documentation for ~/.gitolite.rc.

    -

    When used as a reponame, it includes all repos.

    +

    When used as a reponame, it includes all repos physically present in +~/repositories (or whatever is the value of $REPO_BASE).

    diff --git a/gitolite.conf-all.html b/gitolite.conf-all.html index 74a304e..c3dfb31 100644 --- a/gitolite.conf-all.html +++ b/gitolite.conf-all.html @@ -280,7 +280,8 @@ when used as a username; you've seen examples of it earlier.

    Advanced users: also see the entry for GL_ALL_INCLUDES_SPECIAL in the documentation for ~/.gitolite.rc.

    -

    When used as a reponame, it includes all repos.

    +

    When used as a reponame, it includes all repos physically present in +~/repositories (or whatever is the value of $REPO_BASE).

    diff --git a/master-toc.html b/master-toc.html index c1398a1..980593d 100644 --- a/master-toc.html +++ b/master-toc.html @@ -15,7 +15,7 @@

    1000-words