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

Re: svn propset svn:log wont work for me.

From: nkadel <nkadel_at_gmail.com>
Date: Fri, 02 Sep 2011 19:40:26 -0400

On 9/2/2011 7:18 PM, douglas barrett wrote:
>
> [apache_at_X hooks]$ head -1 pre-revprop-change
> #!/bin/sh
>
> {
> As a side point the "shebang" is not required for a shell script
> to run.
>
> [apache_at_X tmp]$ echo "echo \$*" > ./Echo
> [apache_at_X tmp]$ cat ./Echo
> echo $*
> [apache_at_X tmp]$ chmod u+x ./Echo
> [apache_at_X tmp]$ ./Echo "you don't need a magic number"
> you don't need a magic number
> }
It's useful: some systems use csh or ksh as their default shells, and
execution of plain old Bourne shell script can be..... erratic with the
wrong shell.
Received on 2011-09-03 01:41:00 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.