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

Re: [Subclipse-dev] Messages on stderr

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-05-07 17:39:24 CEST

On 5/7/07, Thomas Hallgren <thomas@tada.se> wrote:
> I upgraded to Subclipse 1.2.1 yesterday. Now, whenever I check for the
> existence of certain files in a remote repository, I get error messages
> printed on my console:
>
> Filesystem has no item
> svn: File not found: revision 939, path
> '/org.eclipse.buckminster/trunk/org.eclipse.buckminster.jnlp/buckminster.cspex'

Are you saying this is a behavior change from 1.2.0? That seems hard
to believe unless you are using SVNKit and they were not throwing this
error before. I know that JavaHL does, so it seems unlikely.

> 1. Is this the best way to do it?

Seems like the best way.

> 2. How do I avoid that messages are printed?

Create your own ISVNNotifiyListner and add it to the ISVNClientAdapter
you get. See this Subclipse example:

http://subclipse.tigris.org/source/browse/subclipse/trunk/subclipse/core/src/org/tigris/subversion/subclipse/core/client/PeekStatusCommand.java?rev=2716&view=markup

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org
Received on Mon May 7 17:39:35 2007

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

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