r849492 | sussman | 2004-04-19 15:25:25 +0000 (Mon, 19 Apr 2004)
Fix Issue #1835: confusing svnserve.conf default template.
Patch by: Michael D. Henderson <michael.d.henderson@lmco.com>
* subversion/libsvn_repos/repos.c
(create_conf) : reword description of password database.
r849735 | jpieper | 2004-05-09 12:02:03 +0000 (Sun, 09 May 2004)
In FSFS, correctly handle an end-of-file before seeing the END or
PROPS-END identifier. If a malformed hash was being read, this could
have returned no error when in fact there was one.
Suggested by: Mike Henderson <michael.d.henderson@lmco.com>
* subversion/libsvn_fs_fs/fs_fs.c
(hash_read): Only ignore eof if it is the first thing we read.