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

Your IRC comments

From: Greg Stein <gstein_at_gmail.com>
Date: Thu, 15 Jan 2009 04:58:14 +0100

Hey Stefan,

Right before you signed off of IRC, you entered the following:

[01:37am] stsp: -rw-r--r-- 1 stsp wheel 0B Jan 15 00:16 alpha.moved.copied
[01:37am] stsp: -rw-r--r-- 1 stsp wheel 0B Jan 15 00:16 alpha.moved.mine
[01:37am] stsp: -rw-r--r-- 1 stsp wheel 0B Jan 15 00:16 alpha.moved.r3
[01:37am] stsp: these files are empty?
[01:37am] stsp: that looks wrong
[01:38am] stsp: nevermind, the debugger wasn't stepped past svn_wc__run_log yet

This behavior is caused by how we do tempfiles. The names have been
*reserved* and 0-byte files left there. As you noted, they aren't
actually filled in until some time later.

(whether the delay is "best" -- I dunno, but I can explain the behavior above)

Specifically, the above files have been generated by
svn_io_open_uniquely_named() with parameter file==NULL.

Cheers,
-g
Received on 2009-01-15 04:58:29 CET

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.