You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Thorsten Scherler <th...@apache.org> on 2006/03/15 21:05:28 UTC

Re: svn commit: r386097 - in /forrest/trunk/etc: builddispatcher.bat builddispatcher.sh

El mié, 15-03-2006 a las 15:45 +0000, cdupoirieux@apache.org escribió:
> Author: cdupoirieux
> Date: Wed Mar 15 07:45:29 2006
> New Revision: 386097
> 
> URL: http://svn.apache.org/viewcvs?rev=386097&view=rev
> Log:
> [FOR-831] Patch applied, Thank Gavin,
> I just put a full path to ant because it was not working in my machine.
> Can someone try the sh version please.
> (Or I will try it tonight at home ;) )

It works. :)

You need to 
chmod 755 builddispatcher.sh

How can I add it to svn, somebody knows?

salu2
-- 
thorsten

"Together we stand, divided we fall!" 
Hey you (Pink Floyd)


Re: svn commit: r386097 - in /forrest/trunk/etc: builddispatcher.bat builddispatcher.sh

Posted by Thorsten Scherler <th...@wyona.com>.
El vie, 17-03-2006 a las 16:46 +1100, David Crossley escribió:
> Thorsten Scherler wrote:
> > 
> > You need to 
> > chmod 755 builddispatcher.sh
> > 
> > How can I add it to svn, somebody knows?
> 
> I did it today.
> 
> See http://svnbook.red-bean.com/nightly/en/svn.advanced.props.html#svn.advanced.props.special.executable
> 

URL: http://svn.apache.org/viewcvs?rev=386547&view=rev
Log:
Do 'svn propset svn:executable ON builddispatcher.sh'

Thanks , David. :)

salu2
-- 
Thorsten Scherler
COO Spain
Wyona Inc.  -  Open Source Content Management  -  Apache Lenya
http://www.wyona.com                   http://lenya.apache.org
thorsten.scherler@wyona.com                thorsten@apache.org


Re: svn commit: r386097 - in /forrest/trunk/etc: builddispatcher.bat builddispatcher.sh

Posted by David Crossley <cr...@apache.org>.
Thorsten Scherler wrote:
> 
> You need to 
> chmod 755 builddispatcher.sh
> 
> How can I add it to svn, somebody knows?

I did it today.

See http://svnbook.red-bean.com/nightly/en/svn.advanced.props.html#svn.advanced.props.special.executable

-David