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

Re: svn propset:eol-style commit error

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-07-31 01:23:40 CEST

On Tue, Jul 30, 2002 at 04:19:42PM -0700, Brent R. Matzelle wrote:
> Hello gentlemen,
>
> I just did a large commit that changed several files to eol-style
> native and received the error below. Does this present a problem?

yes. there are files in the repository wiht mixed windows and unix
line endings, so subversion is failing to do the conversion to native
when you try to update or check out the code.

we need to change the svn:eol-style back, then fix the code to have
the same line endings. unfortunately this will be a bit difficult if
one cannot get a valid working copy to play with so you can do the
'svn merge'.

any suggestions guys?

all i can think of is doing a remote 'svn cp' to copy the previous
revision over the current revision. that would likely get rid of it.

-garrett

-- 
garrett rooney                    Remember, any design flaw you're 
rooneg@electricjellyfish.net      sufficiently snide about becomes  
http://electricjellyfish.net/     a feature.       -- Dan Sugalski
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 31 01:24:14 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.