You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by "Zakirov, Salikh" <sa...@intel.com> on 2006/08/02 14:24:46 UTC

Remove --non-interactive from svn commaind line in svn-prop (HARMONY-980)

Geir,

I thought HARMONY-980 was intended for

	enhanced/drlvm/trunk/build/make/build.xml

Could you please apply the change there too?

Thanks a lot!
--
Salikh Zakirov, Intel Middleware Products Division 


-----Original Message-----
From: geirm@apache.org [mailto:geirm@apache.org] 
Sent: Wednesday, August 02, 2006 2:40 AM
To: harmony-commits@incubator.apache.org
Subject: svn commit: r427776 -
/incubator/harmony/enhanced/trunk/build.xml

Author: geirm
Date: Tue Aug  1 15:40:12 2006
New Revision: 427776

URL: http://svn.apache.org/viewvc?rev=427776&view=rev
Log:
HARMONY-980

tweak to federated build script for those w/ svn clients
that don't support "--non-interactive" option.  I'm not 
entirely convinced we need it anyway for anyone properly setup...


Modified:
    incubator/harmony/enhanced/trunk/build.xml

Modified: incubator/harmony/enhanced/trunk/build.xml
URL:
http://svn.apache.org/viewvc/incubator/harmony/enhanced/trunk/build.xml?
rev=427776&r1=427775&r2=427776&view=diff
========================================================================
======
--- incubator/harmony/enhanced/trunk/build.xml (original)
+++ incubator/harmony/enhanced/trunk/build.xml Tue Aug  1 15:40:12 2006
@@ -431,7 +431,6 @@
     <!--
========================================================================
======== -->
     <target name="svn-prop">
         <exec executable="svn" dir=".">
-            <arg value="--non-interactive" />
             <arg value="info" />
             <arg value="build.xml" />
             <redirector outputproperty="svn.revision">

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: Remove --non-interactive from svn commaind line in svn-prop (HARMONY-980)

Posted by Salikh Zakirov <Sa...@Intel.com>.
Geir Magnusson Jr wrote:
> done.  Out of curiosity... what svn client are you using?

It is not me having the problem, but I understand the problem.
I am using svn, version 1.2.0 (r14790)
and it accepts --non-interactive okay.

I suspect that the older version, which came with the Cygwin
bundled in corporate network, was version 1.0.* or something,
and didn't accept the flag.

Personally, I have upgraded svn long ago, because it did not
took long to see I need to upgrade after I started tracking
Harmony SVN, but some other people at Intel may still
have outdated svn version.


---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: Remove --non-interactive from svn commaind line in svn-prop (HARMONY-980)

Posted by Geir Magnusson Jr <ge...@pobox.com>.
done.  Out of curiosity... what svn client are you using?

Zakirov, Salikh wrote:
> Geir,
> 
> I thought HARMONY-980 was intended for
> 
> 	enhanced/drlvm/trunk/build/make/build.xml
> 
> Could you please apply the change there too?
> 
> Thanks a lot!
> --
> Salikh Zakirov, Intel Middleware Products Division 
> 
> 
> -----Original Message-----
> From: geirm@apache.org [mailto:geirm@apache.org] 
> Sent: Wednesday, August 02, 2006 2:40 AM
> To: harmony-commits@incubator.apache.org
> Subject: svn commit: r427776 -
> /incubator/harmony/enhanced/trunk/build.xml
> 
> Author: geirm
> Date: Tue Aug  1 15:40:12 2006
> New Revision: 427776
> 
> URL: http://svn.apache.org/viewvc?rev=427776&view=rev
> Log:
> HARMONY-980
> 
> tweak to federated build script for those w/ svn clients
> that don't support "--non-interactive" option.  I'm not 
> entirely convinced we need it anyway for anyone properly setup...
> 
> 
> Modified:
>     incubator/harmony/enhanced/trunk/build.xml
> 
> Modified: incubator/harmony/enhanced/trunk/build.xml
> URL:
> http://svn.apache.org/viewvc/incubator/harmony/enhanced/trunk/build.xml?
> rev=427776&r1=427775&r2=427776&view=diff
> ========================================================================
> ======
> --- incubator/harmony/enhanced/trunk/build.xml (original)
> +++ incubator/harmony/enhanced/trunk/build.xml Tue Aug  1 15:40:12 2006
> @@ -431,7 +431,6 @@
>      <!--
> ========================================================================
> ======== -->
>      <target name="svn-prop">
>          <exec executable="svn" dir=".">
> -            <arg value="--non-interactive" />
>              <arg value="info" />
>              <arg value="build.xml" />
>              <redirector outputproperty="svn.revision">
> 
> ---------------------------------------------------------------------
> Terms of use : http://incubator.apache.org/harmony/mailing.html
> To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
> For additional commands, e-mail: harmony-dev-help@incubator.apache.org
> 
> 
> 

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org