[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Re: How to open specified inside .svn

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 2 Mar 2019 00:21:38 +0000

wuzhouhui wrote on Fri, Mar 01, 2019 at 17:46:55 +0800:
> > -----Original Messages-----
> > From: "Branko Čibej" <brane_at_apache.org>
> > Sent Time: 2019-03-01 17:16:40 (Friday)
> > To: users_at_subversion.apache.org
> > Cc:
> > Subject: Re: How to open specified inside .svn
> >
> > There are no such generic functions. The svn_wc API isn't really meant
> > to be public, so you'll have to write your own access functions. Look at
> > how the svn_client implementations do it, or for example
> > svn_wc__get_pristine_contents_by_checksum in svn_wc_private.h.
>
> Actually, I'm hacking Subversion client command line tool, so it
> doesn't matter whether the API is public or private.

The difference isn't just visibility. We don't promise compatibility
for private APIs, not even across patch releases in the same minor line
(1.A.x and 1.A.y).
Received on 2019-03-02 01:21:49 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.