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

Update of missing on non-working directory

From: Vadym Chepkov <vchepkov_at_gmail.com>
Date: Wed, 12 May 2010 09:23:45 -0400

Hi,

I think the exit code subversion returns isn't right, it should indicate an error

$ svn --version
svn, version 1.6.11 (r934486)

$ svn update /blah-blah
Skipped '/blah-blah'
$ echo $?
0

$ svn update /etc
Skipped '/etc'
$ echo $?
0

Vadym
Received on 2010-05-12 15:24:24 CEST

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.