jtilander / niftyplugins

Visual Studio productivity plugins
MIT License
40 stars 24 forks source link

Spurious checkout on solution or project with no modifications. #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reported by Tim Burris:

With autoCheckoutOnSave selected, NiftyPerforce will sometimes check out
the solution or a project although it has not changed.
Fix: Added checks against foo.Saved for all items in the SaveSelected and
SaveAll handlers 

Original issue reported on code.google.com by jim.tila...@gmail.com on 15 Sep 2008 at 6:14

GoogleCodeExporter commented 9 years ago

Original comment by jim.tila...@gmail.com on 15 Sep 2008 at 6:15

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by jim.tila...@gmail.com on 15 Sep 2008 at 6:16

GoogleCodeExporter commented 9 years ago
These checks are there now, but we have handlers now that will check things out 
even 
though changes are never written down by visual studio (but we don't know that 
beforehand). So this is probably something we have to live with ... ? 

Original comment by jim.tila...@gmail.com on 30 Apr 2009 at 8:12