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