Typo in documentation for svnsync
From: Steve Axthelm <steveax_at_gmail.com>
Date: 2007-02-25 08:53:31 CET
Linked off the current release notes are notes for svnsync:
http://svn.collab.net/repos/svn/trunk/notes/svnsync.txt
On line 23 is this:
if [ "$USER" = "svnsync" ]; then exit 0; fi
which I believe should be:
if [ "$USER" != "svnsync" ]; then exit 0; fi
Cheers,
-- -SteveReceived on Sun Feb 25 08:53:58 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.