views:

69

answers:

1

PREFACE: Yes we're moving away from VSS in the next few months.

One of my web projects contains, as one of its files, a PDF. The PDF on our QA site is being pulled from VSS.

A QA tester recently told me he's being prompted for a password when he tries to open it. VSS says the file I have on disk is different than the one it has, so I updated it, but afterwards it's still being shown as different.

So basically VSS is mangling my PDF and the results are so wobbly that Adobe Acrobat Reader is confused and thinks it has a password.

I've tried adding it as Auto-Detect and as Binary. Same results.

Why does my PDF ask for a password after being retrieved from Visual SourceSafe and how can I prevent it?

+1  A: 

Do you have the SourceSafe 2005 Update installed?

Handy list of known issues: http://blogs.msdn.com/richardb/archive/2007/06/06/list-of-bugs-fixed-in-sourcesafe-2005-gdr.aspx

The PDF bug was one of the most commonly requested hotfixes: http://support.microsoft.com/kb/925234

I've tried adding it as Auto-Detect and as Binary. Same results.

To be clear, are you adding a version of the file you know is not already corrupted? Even so, there are plenty of other bug fixes on the list above which can cause random file corruption -- try that first.

Richard Berg
Yes, I can verify that the file is not corrupt before I add it. I'll try the update, thanks. Also, do you have to install this on the server or just on the client end?
Schnapple