You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by lg...@mobsol.be on 2005/09/02 08:57:44 UTC

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: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org