dlr@tigris.org writes:
 > Author: dlr
 > Date: Fri Jun  9 15:59:21 2006
 > New Revision: 20033
 > 
 > Modified:
 >    branches/merge-tracking/subversion/include/svn_repos.h
 >    branches/merge-tracking/subversion/libsvn_repos/fs-wrap.c
 >    branches/merge-tracking/subversion/svnserve/serve.c
 > 
 > Log:
 > On the merge-tracking branch: Punch a merge info retrieval operation
 > through svnserve, via the repos, down to the FS.
 > 
 > * subversion/include/svn_repos.h
 >   (svn_repos_fs_get_merge_info): Add function decl to fetch merge
 >    information for a set of paths.
 > 
 > * subversion/libsvn_repos/fs-wrap.c
 >   (svn_repos_fs_get_merge_info): Implement function.  While unreadable
 >    paths for which merge info are requested are filtered out,
 >    unreadable paths are NOT filtered out of the returned merge info.
 > 
 > * subversion/svnserve/serve.c
 >   (get_merge_info): Add a new function to get the merge info for a
 >    list of paths at a specific revision.
 > 
 >   (main_commands): Add get_merge_info to the list as "get-merge-info".
 > 
 > 
It is much easier to review changes to svnserve if you update the protocol
document in parallell with updating the code.
Best,
//Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jun 10 22:09:27 2006