I want to install gitolite and gitlab in the same user 'git'. but not success!
and then i install gitolite in user 'gitolite' two questions: 1、Then in gitlab ui, i want to add a new project. I use the import repo. the git address: [email protected]:testing.git or ssh://[email protected]/testing.git the git address not available! also when i change the gitlab base repo example: /home/git/repositories to /home/git/gitlab-repo Then in gitlab ui, i want to add a new project. I use the import repo. the available git address. the repo not empty. it add a new project success. but the repo empty!! 2、The gitlab repo [email protected]:root/test.git clone success! then use in google android repo tool in the manifest.xml <name="test" path="test"/> repo fail! repo will clone [email protected]:root/test i msut change to: <name="test.git" path="test"/> 在 2014年7月14日星期一UTC+8下午5时42分40秒,Sytse Sijbrandij写道: > > Hard problem, please see > > http://feedback.gitlab.com/forums/176466-general/suggestions/3867903-allow-project-groups-to-be-organized-in-a-hierarch > > > On Fri, Jul 11, 2014 at 4:05 PM, Nirav Desai <[email protected] > <javascript:>> wrote: > > I am also looking for solution that allow me not to change directory > > structure. > > > > Currently I have AOSP git mirror inside my gitlab instance as below: > > > > 4 TOP level groups: > > device > > external > > packages > > platform > > > > and then I have cloned them inside above groups based on how they > structured > > on AOSP. > > e.g > > name="device/generic-mini-emulator-armv7-a-neon" > > path="device/generic/mini-emulator-armv7-a-neon" > > name="external/chromium_org-testing-gtest" > > path="external/chromium_org/testing/gtest" > > name="platform/frameworks-opt-calendar" path="frameworks/opt/calendar" > > name="packages/apps-dialer" path="packages/apps/Dialer" > > > > Where name=how it structured inside Git Lab and path=how its structured > in > > AOSP. > > > > --Nirav > > > > On Tuesday, July 8, 2014 8:45:19 AM UTC-5, Sytse Sijbrandij wrote: > >> > >> It is not a good idea to have gitolite and gitlab touch the same repos. > >> > >> On Tue, Jul 8, 2014 at 10:22 AM, XianYo <[email protected]> wrote: > >> > I want to import the aosp git mirror to gitlab. > >> > how to? > >> > > >> > and the mirror have the sub directory. > >> > > >> > in the directory /home/git/repositories/aosp/ > >> > some repo like: > >> > > >> > platform/external/boost.git > >> > platform/external/bouncycastle.git > >> > platform/external/bsdiff.git > >> > platform/external/bzip2.git > >> > platform/external/ceres-solver.git > >> > > >> > I don't want to change the directory tree! > >> > > >> > Can gitolite and gitlab(gitlab-shell) work together in server? > >> > > >> > > >> > -- > >> > You received this message because you are subscribed to the Google > >> > Groups > >> > "GitLab" group. > >> > To unsubscribe from this group and stop receiving emails from it, > send > >> > an > >> > email to [email protected]. > >> > To view this discussion on the web visit > >> > > >> > > https://groups.google.com/d/msgid/gitlabhq/0aae494f-5f60-45df-ac19-86e2f2c22ce2%40googlegroups.com. > > > >> > For more options, visit https://groups.google.com/d/optout. > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "GitLab" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to [email protected] <javascript:>. > > To view this discussion on the web visit > > > https://groups.google.com/d/msgid/gitlabhq/cb314efa-f8a1-4c8f-a014-4fbd2daeafcd%40googlegroups.com. > > > > > > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/0abf73f1-7273-4d4e-9d59-03fc82f243b4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
