[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: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Fri, 2 Sep 2011 23:49:49 +0400

2011/9/2 douglas barrett <dbarrettnj_at_netscape.net>:
> apache_at_X hooks]$ pwd
> Y/hooks
>
> [apache_at_X hooks]$ ls -l pre-revprop-change
> -rwxr-xr-x. 1 apache apache 2890 Sep  2 08:39
> pre-revprop-change               << so I seem to have a valid hook
>
> [apache_at_irvine hooks]$ tail -14 pre-revprop-change
> REPOS="$1"

"tail" does not show the whole file. What happens if you try to run
this script? ( ./pre-revprop-change )

Do you have shebang line ( #!/bin/sh ) at the top of the file
and does the shell mentioned there (/bin/sh or whatever) exist on your
server and is usable by that user?

Best regards,
Konstantin Kolinko
Received on 2011-09-02 21:50:22 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.