|
|
|
VssVcs needs to implement AbstractVcs.parseRevisionNumber() in order for loading the preceding version to work.
A related issue (for error handling) is http://jetbrains.net/jira/browse/IDEADEV-12947
Actually, problem is in the getting the proper Version Number of the currently available version of the file. To do that, I need to issue one more ss.exe command like "ss.exe history -B -#1 <file>" and parse the current version number. Thus it is theoretically possible but is not a cheap step.
|
|||||||||||||||||||||||||||||||||||||||||||||||
Can't you just reconstruct the actual changes by applying the stored patch file against the preceding version in VCS (the one that I originally checked out and edited).
Having that result you can freely diff against the local version or against the latest version in VCS.