RE: Subversion C API

2015-11-10 Thread Ren Wang
Great, it works. Thank you so much! -Original Message- From: Philip Martin [mailto:philip.mar...@wandisco.com] Sent: Monday, November 9, 2015 11:08 AM To: Ren Wang Cc: 'Bert Huijben' ; users@subversion.apache.org Subject: Re: Subversion C API The svnlook client uses the FS A

Re: Subversion C API

2015-11-09 Thread Philip Martin
cases. So far, we only have the >> test code from subversion, such as test_fs project which is not enough for > us. >> >> >> >> I will take a look of the svnmucc code. >> >> >> >> Regards, >> >> >> >> Ren >>

RE: Subversion C API

2015-11-09 Thread Ren Wang
, November 9, 2015 9:43 AM To: Ren Wang Cc: 'Bert Huijben' ; users@subversion.apache.org Subject: Re: Subversion C API The FS API, svn_fs_ and svn_repos_, provides access to a repository on the local filesystem. It provides a transactional API to commits: create a txn, populate the txn,

Re: Subversion C API

2015-11-09 Thread Philip Martin
l] > Sent: Sunday, November 8, 2015 12:28 PM > To: 'Ren Wang' ; users@subversion.apache.org > Subject: RE: Subversion C API > > > > Mod_dav mostly uses the repository layer api. In a few specific cases it > goes into the fs layer directly. sometimes because som

RE: Subversion C API

2015-11-09 Thread Ren Wang
apache.org Subject: RE: Subversion C API Mod_dav mostly uses the repository layer api. In a few specific cases it goes into the fs layer directly. sometimes because something isn't mapped, but in other cases because mod_dav was developed very early in the development process and the repository

RE: Subversion C API

2015-11-08 Thread Bert Huijben
Mod_dav mostly uses the repository layer api. In a few specific cases it goes into the fs layer directly. sometimes because something isn't mapped, but in other cases because mod_dav was developed very early in the development process and the repository layer wasn't as complete as it is today.