Skip to content

GitBlitGo hangs while loading git repos #399

Description

@gitblit

Originally reported on Google Code with ID 103



What steps will reproduce the problem?
1. use 0.9.3 version of gitblitGO
2. change gitblit properties to point on single folder with many git repos
3.start server
4. connect to gitblit url - it will hang (for 2d)

It looks like scan of git folders going in the main thread and web browser hangs waiting
for reply.

We have ~140 git repos, where every single repo is big (linux kernel source). The layout
is as following:

/projects/git/xxxx/xxxx1.git
/projects/git/xxxx/xxxx2.git
/projects/git/yyyy/yyyy1.git
/projects/git/zzzz1.git
...

What version of the product are you using? On what operating system?
0.9.3 GO, RHEL 6.2

Is there any way to see what gitblit doing (progress/log) in GO edition?

Is that possible to configure what repo to include/exclude?

git.repoIncludeRegex=xxxx.*\.git yyyy*\.git
git.repoExcludeRegex=zzzz*\.git





Reported by mike.dubman on 2012-06-28 06:54:07

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions