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

eol-style bug

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-01-13 23:31:29 CET

Notice Bill's last commit: he set 'svn:eol-style' to a fixed 'CRLF'
on a handful of files -- all the .dsp files, plus a handful more.

I ran 'svn up' and received all his propchanges.

After the update, 'svn st' reported a handful of files as locally
modified:

$ svn st
M subversion/bindings/com/SVN.rgs
M subversion/bindings/com/SVNCOM.def
M subversion/bindings/com/SVNCOM.idl
M subversion/bindings/com/SVNCOM.rc
M subversion/bindings/com/SVNCOMps.def
M subversion/bindings/com/SVNCOMps.mk
M subversion/bindings/com/SVNStatus.rgs
M subversion/bindings/com/resource.h

It seems that these are the files that *weren't* already in CRLF
form... i.e. not the .dsp files.

The new state of these files is disturbing. The working files are now
in CRLF, and the text-bases are still in LF form.

Ick. Looks like a new bug worth filing. Time to eat our own
dogfood. <insert cliche here>

(Of course, the workaround is just to blow away the 'com' directory
and have 'svn up' refetch it.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jan 13 23:34:24 2003

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.