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

Re: Info2 and Status

From: Mark Phippard <markphip_at_gmail.com>
Date: Thu, 22 Apr 2010 11:13:57 -0400

On Thu, Apr 22, 2010 at 11:03 AM, m g <mljrg_at_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/
Received on 2010-04-22 17:14:25 CEST

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.