> -----Original Message-----
> From: Daniel Shahaf [mailto:[email protected]]
> Sent: maandag 21 december 2015 15:58
> To: Roberto Reale <[email protected]>
> Cc: Philip Martin <[email protected]>;
> [email protected]
> Subject: Re: [PATCH] improved behaviour of tools/backup/hot-backup.py
>
> I think (3) should fall back to $REPOS_DIR/db/fs-type (which is
> guaranteed to exist) rather than to umask. (The umask has the right
> dimension — permission bits — but using it might surprise users.)
Are you sure this 'must exist'?
When I accidentally tried to use a wrong directory some weeks ago (while
working on libsvn_fs_git) I found that when that file is missing we assume that
the filesystem is BDB.
Bert