visualgitio / LGit

Git porcelain & MSSCCI provider
Other
11 stars 2 forks source link

SccEnumChanged files prevents SccGet in VS2005 #34

Closed NattyNarwhal closed 3 years ago

NattyNarwhal commented 3 years ago

Seems like the easiest way is to either always return true or remove it from caps.

NattyNarwhal commented 3 years ago

Right now, this returns true if the file is modified at all. However, the semantics VS seems to actually expect is if the file is different in the remote source control, and that's something that is hard to check under git without expensive operations, IMHO.