Codelite freezing while doing some Operations

CodeLite installation/troubleshooting forum
evstevemd
CodeLite Guru
Posts: 352
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite freezing while doing some Operations

Post by evstevemd »

eranif wrote:CodeLite is running various commands from the git plugin, can you try running these from the command line in your workspace root folder and paste here the output?

Code: Select all

git --no-pager status -s
see attachment

eranif wrote:

Code: Select all

git --no-pager branch -r --no-color
Thanks
Eran
empty
You do not have the required permissions to view the files attached to this post.

CodeLite 15.x
CodeLite is awesome, I just Love it!

User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite freezing while doing some Operations

Post by eranif »

Looking at the output, I see that you have 4400 files deleted and CodeLite is trying to update the tree view of the Git project... this might be causing the hang
Out of curiosity, what happens when you commit it from the terminal and then re-enables the Git plugin, does it help?
Make sure you have read the HOW TO POST thread
evstevemd
CodeLite Guru
Posts: 352
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite freezing while doing some Operations

Post by evstevemd »

Yes its faster again.

CodeLite 15.x
CodeLite is awesome, I just Love it!

Post Reply