On Tue, Apr 9, 2019 at 10:06 AM Ranade, Tanvi <tanvi.ran...@siemens.com> wrote: > > Hi , > > I am new to programming. I am asked to extend libsvn_fs to create new > implementation for sqlite. So far , I have read the code , checked out and > built subversion and went through schema of tables mentioned in berkeley DB > implementation. Can anyone please explain how to figure out which functions > to implement and how to proceed hereonwards. >
Hi, You might need to ask your question again on d...@subversion.apache.org (see http://subversion.apache.org/mailing-lists.html#dev-ml). But I'm not sure how many "volunteer resources" are available to help you with this ... the dev community is pretty small these days. So self-study, and asking concrete questions for things you don't understand, might be the best approach. One word of caution though: the BDB back-end has been deprecated since SVN version 1.8 [1], which is already more than 5 years ago. That doesn't mean it won't work, but bugs or feature requests for that API might not get much attention from the community; and new features that were (or will be) implemented for FSFS might not have an equivalent in the BDB back-end anymore ... [1] http://subversion.apache.org/docs/release-notes/1.8.html#bdb-deprecated -- Johan