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

Re: author of a file

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-05-17 14:10:26 CEST

R. Welz wrote:

> Ok.
> I am running Apache2 and svn on OS X.2.5 on an Apple Mac G4.

[snip]

> /Volumes/Datenquelle/subversion_cvs_repository/hooks/pre-revprop-change
> #!/bin/sh
> <snip>
> REPOS="$1"
> REV="$2"
> USER="$3"
> PROPNAME="$4"
>
> if [ "$PROPNAME" = "svn:log" ]; then exit 0; fi
> exit 1

Well, well, well. Have you read this hook? :-)
Do read it, I'm sure you'll find the bug in the hook quickly.

There also seems to be a bug in mod_dav_svn or ra_dav, because it
doesn't propagate the hook exit code to the client. The code gets
propagated correctly in ra_local. Haven't tried ra_svn.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 17 14:11:16 2003

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

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