You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karl Fogel <kf...@newton.ch.collab.net> on 2002/05/31 16:26:39 UTC

Re: svn commit: rev 2024

Josef Wolf <jw...@raven.inka.de> writes:
> On Tue, May 28, 2002 at 10:09:41PM -0500, Karl Fogel wrote:
> > > We need to be able to create temporary files associated with this
> > > file.  If the parent directory is added rather than replaced then this
> > > editor, unlike the update editor, will not have created the new
> > > directory. If we try to create a temporary file using 'path' it will
> > > be impossible since there will not be a suitable .svn/tmp/ dir.  It is
> > > possible to create a temporary file using 'wc_path' since that is a
> > > path into an existing directory.
> > > 
> > > It's all part of the mess that is temporary file handling.  As noted
> > > in one of the TODOs at the top of the file, it would be better if
> > > there was some (APR?) interface to provide the equivalent of /tmp or
> > > TMPDIR.  Without such an interface the choice is to assume that either
> > > the wc or '.' is writeable, this editor chooses to use the wc.

Erp, I don't remember writing this.  What was the context you saw it
in?

> Will this rework on the temp-file-handling also fix the problem with
> diff3 and svn_wc_translated_file (see also the patch I posted to this
> list on may, 25th)? Or is this totally unrelated?

Ah, this message:

   http://subversion.tigris.org/servlets/ReadMsg?msgId=74282&listName=dev

Ooooh, that's a pretty bad bug.  We didn't have an issue filed for it,
it somehow slipped through the cracks, sorry.  I've just created one:

   http://subversion.tigris.org/issues/show_bug.cgi?id=712

I don't know if this bug is related to that comment above, but anyway,
it needs to get fixed.  Will talk with Mike Pilato and Ben C-Suss here
about scheduling it for sooner rather than later :-).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org