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

Re: Seeking JavaHL developers for RC

From: Daniel Rall <dlr_at_finemaltcoding.com>
Date: 2005-10-20 22:51:26 CEST

On Thu, 20 Oct 2005, Mark Phippard wrote:
...
> What I was really saying is that we are more likely to need and use the
> "get" method than the "is" method. For example, we need to register the
> name of this folder with Eclipse so that it ignores it on some of its
> operations, hides it in the UI etc... We also need it so that we can
> explicitly look for the folder.
 
So the "get" API is actually insufficient without additional code and
coupling in Subclipse (to always hide ".svn", in addition to the return
value of svn_wc_get_adm_dir), and the "is" API isn't usable from an Eclipse
plug-in?

> I do not think we ever have a case where we have some folder name and we
> want to check if is an admin directory or not.

The idea is that you use that API as the comparator; but, it sounds like you
do not have access to the comparator (only to its inputs)?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 20 22:50:29 2005

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

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