/[Apache-SVN]
ViewVC logotype

Revision 1517733


Jump to revision: Previous Next
Author: stefan2
Date: Mon Aug 26 23:53:19 2013 UTC (10 years, 7 months ago)
Changed paths: 2
Log Message:
Following up on a suggestion by Ivan on @dev about a month ago.

This is an initial draft plus completely untested implementation
for an SVN file API.  Its implementation works around a few
inefficiencies and scalability issues with apr_file_t.  See the
header comments for details.

Tests will be added eventually and the code stabilized based on
the test results.  To prevent accidental use in current production
code, the new API is only available if you define #ENABLE_SVN_FILE
in your code.

* subversion/include/private/svn_file.h
  (): new file, declaring the svn_file_t API.

* subversion/libsvn_subr/file.c
  (): implement new API; missing documentation

Changed paths

Path Details
Directorysubversion/trunk/subversion/include/private/svn_file.h added
Directorysubversion/trunk/subversion/libsvn_subr/file.c added

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26