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

RE: /tmp/default-perms.5.tmp

From: Bert Huijben <bert_at_qqmail.nl>
Date: Fri, 29 Apr 2011 00:01:01 +0200

> -----Original Message-----
> From: Daniel Shahaf [mailto:d.s_at_daniel.shahaf.name]
> Sent: donderdag 28 april 2011 23:46
> To: dev_at_subversion.apache.org
> Subject: /tmp/default-perms.5.tmp
>
> % ls -1 /tmp/default-perms*
> /tmp/default-perms.2.tmp
> /tmp/default-perms.3.tmp
> /tmp/default-perms.4.tmp
> /tmp/default-perms.5.tmp
> /tmp/default-perms.tmp
>
> Looks like O(nē) filename-search again...

This specific tempname pattern is used from the more random temp name
creation function. It should only be called once per application.

We can't use the other temp function here or it would go in an endless loop
before returning the first result.

        Bert
Received on 2011-04-29 00:01:33 CEST

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.