Bug: svn: E000002: Can't create temporary file from template '/tmp/svn-XXXXXX': No such file or directory
From: Edwin Goh <nginhui_at_hotmail.com>
Date: Tue, 28 Aug 2012 11:33:48 +0300
OS: HP-UX
SVN: svn, version 1.7.6 (r1370777) compiled Aug 20 2012, 15:40:19
SVN are download from http://hpux.connect.org.uk/
When I tried to perform a commit with HP-UX svn client, I received the
svn: E000002: Can't create temporary file from template '/tmp/svn-XXXXXX':
svn: E000002: Your commit message was left in a temporary file:
svn: E000002: '/home/nginhui/svn-commit.2.tmp'
After some investigation into SVN 1.7.6 and APR source code, I noticed:
SVN client: io.c:4036 - temp_file_create function call apr_file_mktemp with
APR: mktemp.c:190 - apr_file_mktemp function call Unix mktemp
It seems the problem due to mktemp HP-UX open file with the following format
For instance:
PID= 23451, first call to mktemp you will have a temp file open as
What I am not sure is if this is a bug in SVN or APR, shouldn't SVN client
Regards,
Edwin
|
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.