Re: Typo in documentation for svnsync
From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-02-25 11:05:16 CET
On Feb 25, 2007, at 01:53, Steve Axthelm wrote:
> Linked off the current release notes are notes for svnsync:
I dunno, it seems to me that the script is exactly correct as provided:
$ cat <<'EOF' > dest/hooks/pre-revprop-change
if [ "$USER" = "svnsync" ]; then exit 0; fi
echo "Only the svnsync user can change revprops" >&2
The intention is that if the user is svnsync, then the script should
-- To reply to the mailing list, please use your mailer's Reply To All function --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Sun Feb 25 11:05:43 2007 |
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.