Mark Phippard wrote:
> On Thu, May 29, 2008 at 11:15 AM, Julian Foad
> <julianfoad_at_btopenworld.com> wrote:
>
>
>>Good: the interface that provides all the information in a software
>>structure is what you're getting. If you ever want to retrieve the exact
>>same text string that "svn" generates from the data, just ask and we can
>>make that available too.
>
> I'll need to see how this eventually manifests in JavaHL to really
> have an opinion. For example, will it be new information available in
> our Status object?
>
> http://svn.collab.net/repos/svn/trunk/subversion/bindings/javahl/src/org/tigris/subversion/javahl/Status.java
Currently on the tree-conflicts branch, svn_wc_status2_t gives a simple boolean
saying "this directory has tree conflicts", and the full data is available in
svn_wc_conflict_description_t which are passed to the
svn_wc_conflict_resolver_func_t and which you can also get from
svn_wc_read_tree_conflicts_from_entry().
- Julian
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-29 17:36:39 CEST