Hi Lieven,
I have never seen javahl opening/closing a console window. There is no code in
the javahl binding for that. The only reason may be in subversion core. What
kind of connection do you use? (svn/http/file).
Regards,
Patrick
Quoting Lieven Govaerts <lgo@mobsol.be>:
> 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
>
>
----------------------------------------------------------------
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 13:27:54 2005