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

Re: binary file cannot be commited after a successful import from cvs to svn

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-09-06 13:33:00 CEST

On Sep 6, 2006, at 12:36, picha friend wrote:

> I migrated my repostory from cvs to svn using the tool
> cvs2svn. Later I noticed that some of the binary files
> - images and pdfs are broken or mangled. Obviously
> they were not marked as binary in the cvs repository.
>
> So I tried to rewrite the images with the right ones.
> Unfortunately I cannot commit them after this. I
> don't get an error but simply the commit is not made.
>
> Ex. svn commit -m "" logo.gif
>
>
> Could you help me in this? I guess I can play with the
> local .svn directory and somewhere I have to either
> break the checksum value or something similar.

You have set the svn:eol-style property on these binary files and
Subversion has dutifully attempted to translate their line endings
for you. Since the only difference between the version that was
committed and the version you are trying to commit now is the
percieved line endings, Subversion things there's nothing to do.

Remove the svn:eol-style property from your binary files.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 6 13:35:03 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.