user142589
user142589

Reputation: 21

Visual SourceSafe Reconciliation

What would be the ideal reconciliation mechanism between what is there in VSS 6.0 and what is there in our production environment? Our company outsources all its application support & development activities and are dependent on the vendor to provide the solution file to be kept in our VSS. We do have quite a number of projects and would like to understand on how to go about with reconciling the files which are under VSS and what has been actually deployed in production.

Upvotes: 0

Views: 301

Answers (2)

Dave
Dave

Reputation: 1234

Visual Studio 6 comes with a file compare utility, WinDiff. I use this in conjunction with the file compare built into SourceSafe to compare and contrast between live, updated, development and SourceSafe source.
You can do a SourceSafe differences on a project by right clicking on the project and selecting "Show Differences...".

Upvotes: 0

Simeon Pilgrim
Simeon Pilgrim

Reputation: 25928

Sounds like you need some form of file based compare, as VSS is a file repository.

I therefore recommend Beyond Compare, check-out the VSS trunk/latest, and compare the directory with production. You can filter out the .vss files (I think they where called that) and see what new/older, or missing on one side etc.

It can also compare locale file to a FTP destination, depends how you access "production" really.

Upvotes: 1

Related Questions