Re: Typo in documentation for svnsync
From: Steve Axthelm <steveax_at_gmail.com>
Date: 2007-02-26 07:09:11 CET
On 2/25/07, Ryan Schmidt <subversion-2007a@ryandesign.com> wrote:
> On Feb 25, 2007, at 01:53, Steve Axthelm wrote:
You know, explained that way, I agree with you, but using it as:
if [ "$USER" = "svnsync" ]; then exit 0; fi
Results in:
--------------------------------------------------------------------------------
Changing it to:
if [ "$USER" != "svnsync" ]; then exit 0; fi
Results in:
--------------------------------------------------------------------------------
Here's my generified sync command:
svnsync sync --username svnsync svn+ssh://me@foo.host.com/svn/project
I agree it doesn't make sense but am at a loss to explain it.
-- -SteveReceived on Mon Feb 26 07:09:36 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.