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

Re: svn commit: r944504 - in /subversion/trunk/subversion: include/svn_io.h libsvn_subr/io.c

From: Greg Stein <gstein_at_gmail.com>
Date: Fri, 14 May 2010 20:15:15 -0400

On Fri, May 14, 2010 at 18:13, <rhuijben_at_apache.org> wrote:
>...
> +++ subversion/trunk/subversion/libsvn_subr/io.c Fri May 14 22:13:14 2010
> @@ -786,6 +786,23 @@ svn_io_copy_file(const char *src,
>   return svn_error_return(svn_io_file_rename(dst_tmp, dst, pool));
>  }
>
> +/* Wrapper for apr_file_perms_set(). */
> +svn_error_t *
> +file_perms_set(const char *fname, apr_fileperms_t perms,
> +               apr_pool_t *pool)

static ...

>...

Cheers,
-g
Received on 2010-05-15 02:15:41 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.