On 30.03.2015 15:35, Sergey Raevskiy wrote: > Hi! > > I've noticed inconsistency in svn_repos_create() behavior. Despite the fact > that creation of repositories over empty directories is allowed, in some cases > this function will remove an empty directory that existed before repository > creation.
Wouldn't it be easier, and a smaller patch, to add a check in svn_repos_create that the FS type is valid /before/ creating the repository structure? This would also avoid adding yet another public API. -- Brane