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

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,

-- 
-Steve
Received 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.