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

JavaHL: console window is opened on setRevProperty?

From: <lgo_at_mobsol.be>
Date: 2005-09-02 10:57:44 CEST

Hi,

I'm making a Java program integrating with Subversion using JavaHL.

When I run the program ( or the unit tests in this case ), I see
the program opening and closing a console window, but then very fast.
Platform is Windows 2000.

When I debug through the code, I see that that window is opened during
a call to setRevProperty:
<code>
try {
   svn.setRevProperty(url, MergeProp, Revision.getInstance(rev), val, false); }
catch (ClientException e) {
   // TODO Auto-generated catch block
   e.printStackTrace();
}
</code>

Does anyone know why this window is opened? Can it be avoided?

regards,

Lieven.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 2 10:59:40 2005

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.