> -----Original Message----- > From: rhuij...@apache.org [mailto:rhuij...@apache.org] > Sent: donderdag 19 december 2013 22:53 > To: comm...@subversion.apache.org > Subject: svn propchange: r1552441 - svn:log > > 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)
The part is slowed down would only apply to Subversion 1.4+ servers (where we can limit what we obtain in svn_dirent_t), so this doesn't apply to Subversion 1.0-1.2 svnserve based servers where we always obtain all details. Bert