Hi all I'm testing Gitlab 6.9.2 and subgit 2.0.2
Everything works fine when I'm using a simple subgit configure/install. cd /var/lib/mycorp/gitlab sudo -u git -H subgit configure --svn-url https://svn.mycorp.int/svn/myproject /var/lib/mycorp/gitlab/repositories/myproject.git then I update subgit/authors.txt and subgit/password file sudo -u git -H subgit install /var/lib/mycorp/gitlab/repositories/myproject.git Even merge-requests works fine. BTW, our project has been reworked and location changes. myproject was originally under devops directory. Side effect, we lost main part of history and authors and many commits. subgit team suggested to use another install/import pattern : trunk = trunk:refs/heads/master branches = devops/trunk:refs/heads/devops/master branches = branches/*:refs/heads/* branches = branches/devops/*:refs/heads/devops/* tags = tags/*:refs/tags/* tags = devops/tags/*:refs/tags/devops/* shelves = shelves/*:refs/shelves/* Install works well and reported expected number of commits to be included. git log reports contents for example. But gitlab see repository as empty, via UI or remotely. I take a look and first difference was a file named packed-refs under /var/lib/mycorp/gitlab/repositories/myproject.git This file is not there on others gitlab repos (imported by subgit or remotly via git push) Is it a bug ? Or how could I check what goes wrong from gitlab perspective and prevent it to see git repo initialized and filled ? Thanks for your help -- 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/CALyUpY1oZ0gxxihhr4QHSpNd409%3DVWXkOo1q-G6FYeyXDc-vxg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
