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

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

From: GOVAERTS Lieven <Lieven.GOVAERTS_at_post.be>
Date: 2005-09-06 14:42:15 CEST

Big OOPS, that would probably be the case.
Thanks for waking me up :)
Lieven.

> -----Original Message-----
> From: patrick@qint.de [mailto:patrick@qint.de]
> Sent: dinsdag 6 september 2005 14:39
> To: Lieven Govaerts
> Cc: dev@subversion.tigris.org
> Subject: Re: Fwd: FW: JavaHL: console window is opened on
> setRevProperty?
>
> Hi Lieven,
> I would think that the post-revprop-change script, which you
> need to be able to set a revprop, is run in the console
> window. It may be difficult to suppress.
> Regards,
> Patrick
>
> Quoting Lieven Govaerts <lgo@mobsol.be>:
>
> > Patrick,
> >
> > Citeren patrick@qint.de:
> >
> >> 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>:
> >>
> >
> > It seems to happen only on local repository access ( on Windows ).
> > This code opens a console windows ( 5 times ):
> >
> > import org.tigris.subversion.javahl.Revision;
> > import org.tigris.subversion.javahl.SVNClient;
> >
> > public class ConsoleTest {
> > public static void main(String[] args) {
> > SVNClient svn = new SVNClient();
> > try {
> > for (int i=0;i<5;i++)
> > {
> >
> >
> svn.setRevProperty("file:///C:/depost/devel/workspace/SVNTest/build/rs
> > c/test_base", "pst:test", Revision.HEAD, "testval", false);
> > Thread.sleep(100);
> > }
> > } catch (Exception e) {
> > e.printStackTrace();
> > }
> > }
> > }
> >
> > If you run it from the command line with 'java ConsoleTest', it
> > doesn't show the console window, but if you use 'javaw
> ConsoleTest' it will.
> >
> > Lieven.
> >
> > ----------------------------------------------------------------
> > This message was sent using IMP, the Internet Messaging Program.
> >
> >
>
>
>
> ----------------------------------------------------------------
> 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
>
>
>

STRICTLY PERSONAL AND CONFIDENTIAL
This message may contain confidential and proprietary material for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited. If you are not the intended recipient please contact the sender and delete all copies.

Dit bericht is enkel bestemd voor de aangeduide ontvangers en kan vertrouwelijke informatie bevatten. Als u niet de ontvanger bent, dan mag u de inhoud van dit bericht niet bekendmaken noch kopiëren. Als u dit bericht per vergissing ontvangen heeft, gelieve er de afzender of De Post onmiddellijk van op de hoogte te brengen en het bericht vervolgens te verwijderen.

Ce message est uniquement destiné aux destinataires indiqués et peut contenir des informations confidentielles. Si vous n'êtes pas le destinataire, vous ne devez pas révéler le contenu de ce message ou en prendre copie. Si vous avez reçu ce message par erreur, veuillez en informer l'expéditeur, ou La Poste immédiatement, avant de le supprimer.

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