svn commit: r1920920 - /subversion/branches/windows-shared-ra-modules/subversion/libsvn_ra/deprecated.c
| Newsgroups | gmane.comp.version-control.subversion.svn |
|---|---|
| Message-ID | <[email protected]> |
Author: rinrab
Date: Wed Sep 25 17:34:42 2024
New Revision: 1920920
URL: http://svn.apache.org/viewvc?rev=1920920&view=rev
Log:
On the 'windows-shared-ra-modules' branch: Adjust comment explaining
svn_ra_foo_init functions.
* subversion/libsvn_ra/deprecated.c
(svn_ra_*_init comments): Update comment.
Modified:
subversion/branches/windows-shared-ra-modules/subversion/libsvn_ra/deprecated.c
Modified: subversion/branches/windows-shared-ra-modules/subversion/libsvn_ra/deprecated.c
URL: http://svn.apache.org/viewvc/subversion/branches/windows-shared-ra-modules/subversion/libsvn_ra/deprecated.c?rev=1920920&r1=1920919&r2=1920920&view=diff
==============================================================================
--- subversion/branches/windows-shared-ra-modules/subversion/libsvn_ra/deprecated.c (original)
+++ subversion/branches/windows-shared-ra-modules/subversion/libsvn_ra/deprecated.c Wed Sep 25 17:34:42 2024
@@ -501,9 +501,9 @@ svn_error_t *svn_ra_get_dir(svn_ra_sessi
path, revision, SVN_DIRENT_ALL, pool);
}
-/* For each libsvn_ra_foo library that is not linked in, provide a default
- implementation for svn_ra_foo_init which returns a "not implemented"
- error. */
+/* For each libsvn_ra_foo library, provide an implementation of deprecated
+ svn_ra_foo_init function that wraps svn_ra_foo__compat_init, or returns
+ a "not implemented" error if it was not linked. */
#ifndef SVN_LIBSVN_RA_LINKS_RA_NEON
svn_error_t *