Search found 21 matches

by stanyork
Mon May 04, 2009 12:05 pm
Forum: Questions (API)
Topic: Equivalent of VSSItem.IsDifferent
Replies: 13
Views: 16920

Re: Equivalent of VSSItem.IsDifferent

So, what is the difference between wf.IsModified() and wf.IsReallyModified () ?
by stanyork
Mon May 04, 2009 8:45 am
Forum: Questions (API)
Topic: Equivalent of VSSItem.IsDifferent
Replies: 13
Views: 16920

Re: Equivalent of VSSItem.IsDifferent

This was very, very helpful -- but ;-)

Does this only compare the current local copy to the latest revision -- or can I vary the version comparison by first setting

vcf.Version = history-versionnumber

and then

wf.IsModified(vcf)
by stanyork
Sun May 03, 2009 2:40 pm
Forum: Questions (API)
Topic: Equivalent of VSSItem.IsDifferent
Replies: 13
Views: 16920

Equivalent of VSSItem.IsDifferent

I found ServerOperations.ProcessCommandDiff - but this seems to invoke the UI tool to display differences. A closer match would be a function that allows me to determine if the ProcessCommandCheckIn() method will use the "UnchangedHandler" Yes, I'm sure your "is different" determ...
by stanyork
Fri May 01, 2009 7:35 am
Forum: Questions (API)
Topic: How to access of prior version of a file?
Replies: 5
Views: 9038

Re: How to access of prior version of a file?

I agree, the suggested methods will GET the file out of source control....but how do I obtain the object in memory that gives me information about the particular version (date, who, etc). I am looking for the equivalent of VSSITEM for a historical version. So, your VaultClientFile has GetFilePropert...
by stanyork
Fri May 01, 2009 6:22 am
Forum: Questions (API)
Topic: How to access of prior version of a file?
Replies: 5
Views: 9038

Re: How to access of prior version of a file?

VaultClientIntegrationLib.dll is 4.1.4.18402
by stanyork
Thu Apr 30, 2009 5:19 pm
Forum: Questions (API)
Topic: How to access of prior version of a file?
Replies: 5
Views: 9038

How to access of prior version of a file?

We need to be able to access a prior version of a file based on its version number. In the VSS API, we had the current VSSItem and given the version number we could get any prior version using code like this: SourceSafeTypeLib.VSSItem theFile int theVersionNumber return theFile.Version( theVersionNu...