jenndhemus / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 0 forks source link

Source Control is busy dialog #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. checkin some files that are open in the editors notebook

What is the expected output? What do you see instead?

It doesn't happen everytime, but on lots of occasions when checking in
multiple files this dialog comes up saying that source control is busy so
don't try any actions till it finishes when I check files in even if I am
not touching the keyboard or mouse or anything.

I am guessing (haven't looked) this is a custom dialog you added and it is
 to serve as warning when trying to do multiple commands on the same path
at once. But in this case it is being shown probably because the plugin is
automatically trying to update status while a checkin is still in progress.

If this is the case, I would suggest perhaps just ignoring requests for
status checks when the file/directory is in a busy state with another svn
command instead of raising the dialog to cut down on the chances of it
being shown when it doesn't really need to be, or alternatively maybe queue
the events until they can be handled.

Thanks,
cody

Original issue reported on code.google.com by CodyPrec...@gmail.com on 21 Sep 2007 at 1:13

GoogleCodeExporter commented 8 years ago
Yes, I added that to prevent multiple commands from running at the same time.  
It wasn't supposed to pop up if 
a status was just being checked.  I guess I'll have to rethink this "feature."

Original comment by Kevin.Da...@gmail.com on 21 Sep 2007 at 2:23

GoogleCodeExporter commented 8 years ago

Original comment by Kevin.Da...@gmail.com on 15 Oct 2007 at 8:56

GoogleCodeExporter commented 8 years ago
Move old 'fixed' issues to verified

Original comment by CodyPrec...@gmail.com on 3 Feb 2009 at 8:18