On Thu, Apr 22, 2010 at 11:03 AM, m g <ml...@yahoo.com> wrote:

> I'm exploring JavaHL and found these two classes in the API, which seems a 
> kind of redundant.
> Can you tell me what are the differences between them?

One is returned from the svn info API and one from the svn status API.
 While some of the information is the same, there are many differences
in the data returned.  The status API is generally the one you use
when examining the state of the working copy.  Trying to find what is
modified locally, or possibly what is different on the server.

The info API is when you are just looking for the general info about
an item in the repository.  I'd say it is used less frequently
overall.

-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/

Reply via email to