[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r20033 - in branches/merge-tracking/subversion: include libsvn_repos svnserve

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2006-06-10 22:08:31 CEST

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.