You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by picha friend <ku...@googlemail.com> on 2006/09/06 10:31:24 UTC

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

Hello everybody,
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.

Best regards,
Chris

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

Posted by Ryan Schmidt <su...@ryandesign.com>.
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

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

Posted by picha friend <ku...@googlemail.com>.
Hello everybody,
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.

Best regards,
Chris

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