Hi,
I'm writing an extension to VS2010, unfortunately we are still using VSS 6.0. but the integration through the IDE is working great, except the compare function.
so i decided to write a little extension to add the compare function to the context menus. i managed to do it but I couldn't add this to the check-in dialog (I posted another thread on it), so i wrote a little tool window of my own. the tool window is working good except that is does not refresh the glyphs on the solution explorer even though i use I IVsSccProject2.SccGlyphChanged(...).
I think the problem is the fact that i use the SSAPI.dll of VSS 6.0 in order to check-in and get latest of the files. I believe there is a better way, but i could not figure it out.
I looked at the SCC from the SDK example, but i do not want to implement the whole mechanism of the source control since it is already working as expected. Is there a IVSSccManager that can check-in files? or am i missing the whole point?
Thanks ahead.
Harel M.