codebrag icon indicating copy to clipboard operation
codebrag copied to clipboard

Codebrag frontend slow on large commit (like a svn branch creation)

Open j4ypee opened this issue 9 years ago • 1 comments

We have a normal directory structure in svn myproject tags branches trunk

But the codebrag is set to myproject, instead of myproject/trunk so that all changes to any branch can be reviewed.

This works well except when we create or remove a branch and we get the full text change to the repo. i.e. the whole copy of trunk. This takes a few minutes to parse and display.

And with task based branching this happens frequently.

Perhaps this is expected and we should not (ab)use codebrag in this way but there is not a nice way to add/remove branches to watch for an svn project from the front end.

What I'd like is just for codebrag to abandon the review pane if it is over a certain size. say something like 500kb (who is going to review something that big anyway?)

From the about screen You are running Codebrag 2.3.2 Build SHA: d6fc616338beb4d22d79f5e0c7879957837fa63b Build date: 2015-08-07 16:59

If this is a dupe or already fixed please point me in the right direction I couldn't see anything obivious on the issue list

Thanks JP

j4ypee avatar Jan 05 '16 14:01 j4ypee

Hi,

I also encountered this problem but in situation when i just cloned a new repo.

I would propose a different view, like commit has something like changed files list and you parse and display one file at a time. This should improve readability and prove lighter in terms of performance.

With such a view users could also filter file types.

Pyblo avatar Mar 10 '16 17:03 Pyblo