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

Diff can't find its temp file - regression in trunk since 1.5.4

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Mon, 03 Nov 2008 11:08:15 +0000

Bug: A repos-repos diff of two or more modified files fails on the
second file with a problem accessing a local temporary file.

Using trunk_at_34019 over HTTP (neon):

[[[
$ # In this demo we look at a change that has three modified files:
$ svn log -vq -c34003 http://svn.collab.net/repos/svn
------------------------------------------------------------------------
r34003 | arfrever | 2008-11-02 15:38:45 +0000 (Sun, 02 Nov 2008)
Changed paths:
   M /trunk/subversion/include/svn_auth.h
   M /trunk/subversion/libsvn_ra_neon/session.c
   M /trunk/subversion/libsvn_ra_serf/serf.c
------------------------------------------------------------------------
$ # Here is the diff command that fails:
$ svn diff -c34003 http://svn.collab.net/repos/svn
Index: trunk/subversion/include/svn_auth.h
===================================================================
--- trunk/subversion/include/svn_auth.h (revision 34002)
+++ trunk/subversion/include/svn_auth.h (revision 34003)
[...the diff of this first file is fine...]
Index: trunk/subversion/libsvn_ra_serf/serf.c
===================================================================
diff: /tmp/tempfile.5.tmp: No such file or directory
/home/julianfoad/src/subversion-trunk/subversion/libsvn_subr/io.c:2266:
(apr_err=200012)
svn: '/home/julianfoad/bin/svn-external-diff' returned 2
/home/julianfoad/src/subversion-trunk/subversion/libsvn_ra_neon/util.c:1240: (apr_err=175002)
svn: Error reading spooled REPORT request response
]]]

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-11-03 12:08:35 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.