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

handling binary file

From: Ming Zhang <mingz_at_ele.uri.edu>
Date: 2006-07-27 19:58:46 CEST

Hi All

I met a strange problem. I migrate my code tree from sf.net (CVS) to
berlios (SVN). Then I found I have almost all binary files are broken.
And seems svn can not even detect this. I feel SVN treat all these
binary files as textual files.

For example, I have this pdf file Iometer.pdf.

$ ll
total 1052
drwxrwxr-x 4 mingz mingz 4096 May 3 11:02 Docbook
drwxrwxr-x 3 mingz mingz 4096 May 3 11:02 Iometer_Files
-rw-rw-r-- 1 mingz mingz 988246 May 3 11:02 Iometer.pdf
-rw-rw-r-- 1 mingz mingz 68529 May 3 11:02 Iometer.sxw

Then I copy the correct file to overwrite it.

$ cp ../../../branches/IOMETER-restruct/iometer/Docs/Iometer.pdf .

See the file size changed.

$ ll
total 1056
drwxrwxr-x 4 mingz mingz 4096 May 3 11:02 Docbook
drwxrwxr-x 3 mingz mingz 4096 May 3 11:02 Iometer_Files
-rw-rw-r-- 1 mingz mingz 992633 Jul 27 13:53 Iometer.pdf
-rw-rw-r-- 1 mingz mingz 68529 May 3 11:02 Iometer.sxw

But svn can not detect the file is changed.

$ svn st

How to correct this and let svn treat them as binary?

Thanks!
Ming

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 27 20:00:22 2006

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.