Skip to content
Naoki Takezoe edited this page May 6, 2013 · 14 revisions

GitBucket persists all data into HOME/gitbucket. This directory has following structure:

  • /HOME/gitbucket
    • /repositoties
      • /USER_NAME
        • / REPO_NAME.git (substance of repository. GitServlet sees this directory)
        • / REPO_NAME.wiki.git (wiki repository)
    • /tmp
      • /USER_NAME
        • /init-REPO_NAME (used in repository creation and removed after it)
        • /REPO_NAME.wiki (working directory for wiki repository)
        • /REPO_NAME
          • /download (temporary directories is created under this directory)

Clone this wiki locally