Re: SourceSafe Automation
I have done a lot of work on Automating VSS and it's not that difficult, but there should be a quick answer to what your looking for.
Try creating a shadow directory on the same machine as VSS, the shadow directory will replicate VSS Structure and always contain the latest files, so by mapping directly to these files and not through VSS you will have avoided any UI interaction with VSS.
Andy
Don't forget to rate!
Andrew Lennon (Berlitz)
Automation Dev Engineer
Re: SourceSafe Automation
Thanx Andrew. Your solution was simple and useful.
But let me clarify further. Owing to some space(&other) constraints, I do not wish to have multiple copies of the same file anywhere on the network(except VSS where they reside). So I wanted to avoid Shadow dirs. I am presently doing a Get on VSS - but it creates a copy of the file on the local dir. Ain't there any way I can just 'view' the file? (VSS allows to view a file and auto deletes it after viewing from its temp dir).