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

Fwd: FW: JavaHL: console window is opened on setRevProperty?

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2005-09-06 11:39:36 CEST

I presume the JavaHL devs are hanging out on this list?
Would be nice if anyone can provide some insight in this issue.

Lieven.
-----Original Message-----
From: lgo@mobsol.be [mailto:lgo@mobsol.be]
Sent: vrijdag 2 september 2005 10:58
To: users@subversion.tigris.org
Subject: JavaHL: console window is opened on setRevProperty?

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: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 6 11:41:27 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.