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

svn up can loose local modifications

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-05-07 20:50:59 CEST

Hi,

As the subject indicates, the 'svn up' command can revert all local
modifications on a case insensitive filesystem like Windows and OSX have.

Example:

/wc/File1.txt

Edit this file with an editor. Then save the modifications. Now, some
editors on Windows change the case of the filename. Either to all
lowercase or all uppercase. Especially some older editors change the
case to all uppercase. That means we get

/wc/FILE1.TXT

now, if we do an 'svn up', the file will get reverted to
/wc/File1.txt
and all local modifications are gone.

I already added this to the issue 667
(http://subversion.tigris.org/issues/show_bug.cgi?id=667) but I wanted
to point this out on the mailing list too since the issue tracker isn't
suited for discussions.

Stefan

--
Save water. Shower with your girlfriend.
--
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 8 01:24:15 2004

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.