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

Re: svn cleanup problem

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-12-15 09:15:13 CET

On Dec 8, 2005, at 10:51, Alan Cox wrote:

> trunk/icpdata$ svn cleanup
> svn: In directory ''
> svn: Error processing command 'committed' in ''
> svn: Error replacing text-base of 'alertIcon.gif'
> svn: File 'alertIcon.gif' has inconsistent newlines

Sounds like you may have specified the svn:eol-style property for a GIF
file. You shouldn't do that. Perhaps you have an auto-prop rule that
applies svn:eol-style to all files? If so, change the rule to apply it
only to the filename extensions that represent text files. You will need
to go through the binary files in your repository that already have the
incorrect svn:eol-style property and remove the property.

> trunk$ sudo svn --version
> svn, version 1.1.4 (r13838)
> compiled May 13 2005, 06:29:47
>
> trunk$ sudo svnadmin --version
> svnadmin, version 1.1.4 (r13838)
> compiled May 13 2005, 06:29:47

1.1.x is old. You should upgrade to 1.2.3, or 1.3 when it's out.

-- 
http://www.fastmail.fm - I mean, what is it about a decent email service?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Dec 15 09:18:32 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.