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

Re: stubborn archive file won't commit

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-12-15 10:11:53 CET

On Dec 14, 2005, at 15:43, Rob Benton wrote:

> I've got an archive file in my repository (libsomething.a)
> and I check out its parent directory. It turns out the
> archive I have is bad/corrupt and I need to replace it.
> So I get another copy of that archive that I know is good
> and copy it over the one in my working directory. Now the
> timestamp and filesizes are different but svn won't
> acknowledge the difference.
>
> svn st
> svn diff
> svn ci
>
> None of those notice the change. How can I get this
> committed and/or what have I done wrong?

Have you inadvertently specified svn:eol-style for this file? Since it's
not a text file, you shouldn't be doing that. Perhaps you have an
auto-props rule set up to add svn:eol-style to all files, even binary
ones? If so, you should fix the rule to only apply svn:eol-style to file
extensions you know to be plain text.

-- 
http://www.fastmail.fm - The way an email service should be
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 15 10:18:09 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.