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

Re: pre-revprop-change

From: Matthew Hannigan <mlh_at_zip.com.au>
Date: Thu, 28 Feb 2008 21:54:38 +1100

On Thu, Feb 28, 2008 at 12:46:13AM -0500, Nathan Nobbe wrote:
> here is my hook script
>
> #!/bin/sh
> echo 'called me' >> /home/nathan/imCrazy
> exit 0

You're trying to write to a user's file ...
>
> svn propset eol:style --revprop -r HEAD native
> https://dev.moxune.com/svn/repos/sentinelWorking/branches/sentinel_v1.2/code

As the user running apache.

I don't think this can work.

echo to some file in /tmp instead

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-28 11:55:41 CET

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.