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