[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Corrupt PDFs?

From: Foster, Richard - PAL <RFoster_at_quixotecorp.com>
Date: 2005-04-01 20:24:15 CEST

Brian,

Are you sure that the files in VSS are OK? Remember, PDF is not only Portable Document Format, but also Package Definition Files for Microsoft's SMS... which if I recall correctly are textual in nature.

Regards,
Richard

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Friday, April 01, 2005 13:18
To: Brian Jackson
Cc: users@subversion.tigris.org
Subject: Re: Corrupt PDFs?

On Apr 1, 2005, at 11:59 AM, Brian Jackson wrote:

> Subversion appears to have corrupted PDFs I have stored in it.  I've
> tried to get old revisions but they are corrupt.  It seems that when I
> imported my VSS database, the svn client "guessed" that the PDFs were
> text, not binary.

That won't cause corruption, unless you've set 'svn:eol-style' or 'svn:keywords' properties on the file. If you haven't done those things, then svn will *never* change the contents of files. Unlike CVS, svn assumes that all file contents are opaque strings of bytes.

So... you'll need to come up with a new hypothesis. And more details.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 1 20:27:48 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.