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

Re: Issue 1954

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2006-07-14 18:13:39 CEST

Philipp Marek wrote:
> And in subversion/libsvn_fs/fs-loader.c I see this function:
> svn_error_t *
> svn_fs_make_file(svn_fs_root_t *root, const char *path, apr_pool_t *pool)
> {
> SVN_ERR(svn_path_check_valid(path, pool));
> return root->vtable->make_file(root, path, pool);
> }
> which makes me believe that this should happen for the repository, too.

Good lord. I must have been sleeping when somebody snuck that rubbish into
the codebase. [Eyes kfogel suspiciously.] Sorry for inadvertantly
misleading you, Philipp. FWIW, I strongly disagree with this change to
libsvn_fs. If someone wanted to protect the repository, they should have
done so by introducing a wrapper in libsvn_repos.

-- 
C. Michael Pilato <cmpilato@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on Fri Jul 14 18:14:53 2006

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.