> The Subversion book says 'an Apache-Subversion server has more features
> than svnserve'. Does this mean that update, commit, etc. are possible
> via a web browser?
No; it means, you can do everything using the HTTP protocol (with http:// urls instead of svn://), plus you can view the latest versions of any file in a web browser (using the same http:// urls).