You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by 周麗弦 <zh...@nec.cn> on 2013/01/17 10:03:47 UTC

Commit failed : Can't create temporary file from template [Problem similar to issue No.4108]

I installed subversion 1.7.7 and all the dependencies on HP RX2660 

running HP-UX 11iv3 which I downloaded from 

http://hpux.connect.org.uk/hppd/hpux/Development/Tools/subversion-1.7.7/

 

I'd like to add and commit a lot of files to my svn repository.

Add always successed, but commit sometimes failed.

When the number of files are more than 65, commit operation failed. 

Error message:

...

...

Transmitting file data .................................................

................svn: E000002: Can't create temporary file from template 

'/tmp/svn-XXXXXX': No such file or directory

 

At that time, svn-XXXXXX file with 0 size in .svn/tmp directory was created.

 

When the number of files are less than 65, commit successed.

 

I found similar problem on issue No.4108.

But there isn't the solution.

 

Could you tell me the answer .

And any other suggestion is highly appreciated.

 

Regards

Lixian

 


RE: Commit failed : Can't create temporary file from template [Problem similar to issue No.4108]

Posted by 周麗弦 <zh...@nec.cn>.
Thanks for the response.
I send this problem to APR project.

Regards
Lixian

> -----Original Message-----
> From: Stefan Sperling [mailto:stsp@elego.de]
> Sent: Thursday, January 17, 2013 8:31 PM
> To: zhoulixian
> Cc: users@subversion.apache.org
> Subject: Re: Commit failed : Can't create temporary file from template
> [Problem similar to issue No.4108]
> 
> On Thu, Jan 17, 2013 at 06:03:47PM +0900, 周麗弦 wrote:
> > I installed subversion 1.7.7 and all the dependencies on HP RX2660
> >
> > running HP-UX 11iv3 which I downloaded from
> >
> >
> http://hpux.connect.org.uk/hppd/hpux/Development/Tools/subversion-1.7.
> 7/
> >
> >
> >
> > I'd like to add and commit a lot of files to my svn repository.
> >
> > Add always successed, but commit sometimes failed.
> >
> > When the number of files are more than 65, commit operation failed.
> >
> > Error message:
> >
> > ...
> >
> > ...
> >
> > Transmitting file
> data .................................................
> >
> > ................svn: E000002: Can't create temporary file from template
> >
> > '/tmp/svn-XXXXXX': No such file or directory
> >
> >
> >
> > At that time, svn-XXXXXX file with 0 size in .svn/tmp directory was
> created.
> >
> >
> >
> > When the number of files are less than 65, commit successed.
> 
> Please report this to the APR project, see apr.apache.org.
> Subversion uses APR and relies on APR to handle tempfile creation
> in a portable way. If this fails on HP-UX, this needs to be fixed in APR.
> 
> This has been reported before, see
> http://subversion.1072662.n5.nabble.com/Bug-svn-E000002-Can-t-create-t
> emporary-file-from-template-tmp-svn-XXXXXX-No-such-file-or-directory-t
> d173623.html


Re: Commit failed : Can't create temporary file from template [Problem similar to issue No.4108]

Posted by Stefan Sperling <st...@elego.de>.
On Thu, Jan 17, 2013 at 06:03:47PM +0900, 周麗弦 wrote:
> I installed subversion 1.7.7 and all the dependencies on HP RX2660 
> 
> running HP-UX 11iv3 which I downloaded from 
> 
> http://hpux.connect.org.uk/hppd/hpux/Development/Tools/subversion-1.7.7/
> 
>  
> 
> I'd like to add and commit a lot of files to my svn repository.
> 
> Add always successed, but commit sometimes failed.
> 
> When the number of files are more than 65, commit operation failed. 
> 
> Error message:
> 
> ...
> 
> ...
> 
> Transmitting file data .................................................
> 
> ................svn: E000002: Can't create temporary file from template 
> 
> '/tmp/svn-XXXXXX': No such file or directory
> 
>  
> 
> At that time, svn-XXXXXX file with 0 size in .svn/tmp directory was created.
> 
>  
> 
> When the number of files are less than 65, commit successed.

Please report this to the APR project, see apr.apache.org.
Subversion uses APR and relies on APR to handle tempfile creation
in a portable way. If this fails on HP-UX, this needs to be fixed in APR.

This has been reported before, see
http://subversion.1072662.n5.nabble.com/Bug-svn-E000002-Can-t-create-temporary-file-from-template-tmp-svn-XXXXXX-No-such-file-or-directory-td173623.html