[PATCH] svn_dir_make_recursive
From: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2002-05-31 07:40:11 CEST
OK, I lied. It's not really a patch (and it's not in subversion style,
My question is: where in the hell can I put this?
I could apr-ize it and put it next to apr_dir_make, but this function
apr-util? But that doesn't really have a place for it either...
libsvn_subr/path.c doesn't seem right...
Any suggestions? It's a useful enough bit of code IMO.
-Fitz
/** Creates a new directory on the file system, but behaves like
--------------------8-<-------cut-here---------8-<-----------------------
static svn_error_t *
/* It's OK if PATH exists */
return svn_err;
return svn_error_create (apr_err, 0, NULL, pool, path);
---------------------------------------------------------------------
|
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.