From bb6b148bfc2d4a22b4fd3bdbafebadccaccf6661 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 17 Sep 2013 17:04:29 -0400 Subject: [PATCH] Revisions and documentation for personal repository prefix change --- src/main/distrib/data/gitblit.properties | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/main/distrib/data/gitblit.properties b/src/main/distrib/data/gitblit.properties index 7da65ff..665a90e 100644 --- a/src/main/distrib/data/gitblit.properties +++ b/src/main/distrib/data/gitblit.properties @@ -164,15 +164,21 @@ git.defaultAuthorizationControl = NAMED # The prefix for a users personal repository directory. +# # Personal user repositories are created in this directory, named by the user name -# prefixed with the userRepositoeryPrefix. For eaxmple, a user 'john' would have his +# prefixed with the userRepositoryPrefix. For eaxmple, a user 'john' would have his # personal repositories in the directory '~john'. +# # Cannot be an empty string. Also, absolute paths are changed to relative paths by # removing the first directory separator. # +# It is not recommended to change this value AFTER your user's have created +# personal repositories because it will break all permissions, ownership, and +# repository push/pull operations. +# # RESTART REQUIRED -# SINCE 1.3.2 -git.userRepositoryPrefix = "~" +# SINCE 1.4.0 +git.userRepositoryPrefix = ~ # The default incremental push tag prefix. Tag prefix applied to a repository # that has automatic push tags enabled and does not specify a custom tag prefix. -- Gitblit v1.9.1