git-cola hangs when run via yadm cola #200
Comments
|
I'm not really very familiar with git-cola myself, but I think git-cola is something that will look at ALL of the unmanaged files and try to index them by default. Depending on how large your work-tree ($HOME directory) is, it might take some time for git-cola to process all of that. I suspect that MIGHT be part of what you are seeing. To troubleshoot this problem, can you try the following?
Essentially, this will attempt to run |
|
Adding to my suspicion, I believe that the file I suggest trying this:
Which will tell git-cola to ignore unmanaged files. If that helps you out, I'll probably add this information to the FAQ. |
|
You are very accurate. Adding like 70 entries to .gitignore solved the issue and so did changing the option. I guess git-cola should not try to list more entries than it's reasonable and it should be reported upstream. Do you agree? |
|
@MarcinWieczorek I'm glad there are ways you can get it to work. If I was developing git-cola, I would consider having it respect the standard Git configuration of To be fair, most repositories do not have massive amounts of untracked files, but it's a common thing for dotfiles & using $HOME as a work-tree. But that's the reason yadm defaults to using |
|
I'm going to leave this issue open, until I update the website with information found in this issue. |
|
This config has been documented on the website. |
|
Thanks |

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

Describe the bug
I was trying to run yadm with git-cola, expecting to see a normal gui, but cola hangs instead. Both
yadm enter git-colaandyadm colacause this.I have no idea what should I try here, I'm waiting for some clues ready to post any logs you would need. Also if this is git-cola's fault just let me know, but it works fine without yadm.
Edit: I'm not sure how am I supposed to use this feature... I think
yadm colafails because yadm wraps git.To reproduce
Can this be reproduced with the yadm/testbed docker image: [Yes/No] Haven't tried
Steps to reproduce the behavior:
yadm colaExpected behavior
Git-cola should not hang
Environment
Additional context
I managed to catch a weird repeating pattern with
yadm enter strace git-colaThis would go forever.
The text was updated successfully, but these errors were encountered: