Author: rhuijben
Revision: 1552441
Modified property: svn:log
Modified: svn:log at Thu Dec 19 21:52:50 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu Dec 19 21:52:50 2013
@@ -1,9 +1,6 @@
Move a backwards compatibility wrapper for svnserve versions 1.0-1.1 to the
-ra layer. This will slowdown 'svn list' and 'svn info' a tiny bit for some
-cases when using these old versions because we can't limit the ra calls
-on knowledge in the callers, but this will make the ra layer easier to use
-and maintain. (Callers can stop worrying about this limitation in old
-svnserve versions)
+ra layer. This will make the ra layer easier to use and maintain.
+(Callers can stop worrying about this limitation in old svnserve versions)
We can't really move this in ra_svn as within ra_svn we can't use the normal
ra apis.