This is done by overriding getFileStatusProvider in your AbstractVCS implementation and providing a FileStatusProvider other than (or wrapping) LocalVcsServices.getInstance(project).getFileStatusProvider()
Serge wrote:
I need to change status of certain VirtualFile from ADDED to either MODIFIED or NOT_CHANGED. Can I do that using API?
Thanks
--
Erb
============================================================== "Most of you are familiar with the virtues of a programmer. There are three, of course: laziness, impatience, and hubris." - Larry Wall ==============================================================
This is done by overriding getFileStatusProvider in your AbstractVCS implementation
and providing a FileStatusProvider other than (or wrapping)
LocalVcsServices.getInstance(project).getFileStatusProvider()
Serge wrote:
--
Erb
==============================================================
"Most of you are familiar with the virtues of a programmer.
There are three, of course: laziness, impatience, and hubris."
- Larry Wall
==============================================================
It looks that mentioned method is not a part of AbstractVCS API of Ariadna, is it?
Nope. You will have to wait until November to get the new release which has a much improved VCS integration api (Thanks Olesya again ;)
Thanks. Let's wait than :)