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

RE: Serious incompatibility between Subversion and Metrowerks CodeWarrior

From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-08-01 23:37:50 CEST

> From: Rick Mann [mailto:rmann@latencyzero.com]
>
> Yes, well, one might argue that it's a shortcoming of an editor, but
> hardly a bug to notice that a file's inode has changed. I mean, it's
> got an open file handle, it shouldn't expect the file to be deleted.

It's really an oddity for an editor to keep an open handle on a file. All
(other) editors that I know of do open-read-close or open-write-close. In
particular, this allows you to "rename away" the file while it is being
edited, and the editor's save will create a new file (with the right name).

Under the assumption that other processes might be mucking with the
filesystem at the same time, it's inherently erroneous to keep an open
handle and assume that it will continue to refer to the same file name.

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 1 23:42:00 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.