WANdisco was the only thing I did not try. :-)
The log says nothing more useful than the command line already did. It *thinks*
db46 whatever that may be lives in the path but it doesn't say what the exact
thing is I should uninstall. There is nothing by that name anywhere directly or
somewhere
On 09.11.2015 19:31, Dave Huang wrote:
> On Nov 9, 2015, at 4:22, Alexander Henket wrote:
>> Right, that's it. I downloaded the zip variant. Don't know why it should
>> matter, but anyway. It's working now .. sort of:
> While zip works just about everywhere these days, it has its origins in the
On Nov 9, 2015, at 4:22, Alexander Henket wrote:
>
> Right, that's it. I downloaded the zip variant. Don't know why it should
> matter, but anyway. It's working now .. sort of:
While zip works just about everywhere these days, it has its origins in the
MSDOS world, and Windows can extract zip
The svnlook client uses the FS API to read details of revisions and
transactions. Look at the code that implements 'svnlook tree'.
"Ren Wang" writes:
> Hi Philip,
>
> Yes, we are looking for the local access and FS API.
>
> The following are the use cases that we need as the starting point:
>
>
Hi Philip,
Yes, we are looking for the local access and FS API.
The following are the use cases that we need as the starting point:
1) create file and folder
2) open a directory/root and get its latest files and folders
3) modify a file, folder
4) delete file and folder
Not sure if there is a p
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, commit or delete the txn. The servers
svnserve and mod_dav_svn use this API.
The RA API, svn_ra_, provides access to a reposito
Hi Bert,
Thank you very much for the detail explanations.
We have been thinking about the option to develop our own repository layer
vs subversion API file:/// repository API (libsvn_fs). This is
why we are looking for programming guide and sample code for supporting our
use cases. So far
Right, that's it. I downloaded the zip variant. Don't know why it should
matter, but anyway. It's working now .. sort of:
checking for apr_int64_t Python/C API format string...
configure: error: failed to recognize APR_INT64_T_FMT on this platform
I tried subversion 1.9.2, but same result.
I t