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
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, popu

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
till private API behind svnmucc can already help you there) Bert From: Ren Wang [mailto:renwang...@gmail.com] Sent: vrijdag 6 november 2015 19:44 To: users@subversion.apache.org Subject: Subversion C API I have posted the same question to the stackoverflow, here it i

Subversion C API

2015-11-06 Thread Ren Wang
I have posted the same question to the stackoverflow, here it is. Looking forward to hear from you: We are considering to use Subversion as the file system layer to store version enabled documents. Since the security function will be handled by other code, I am considering to directly use the S