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

exit status of svn commands

From: Vincent Lefevre <vincent-svn_at_vinc17.net>
Date: Sun, 12 Jun 2011 03:51:34 +0200

The exit status of svn commands doesn't seem to be specified,
at least not by "svn help <subcommand>".

In particular, "svn update <file>" and "svn status <file>" seem
to always return with a 0 exit status on non-existing files.
This may be normal for "svn update" in a working copy, because
the command makes sense in case the file was added. Ditto for
"svn status": the user may want to test whether the file is in
base but has been removed with "rm", for instance. But I wonder
whether the 0 exit status is correct when not in a working copy.

There has already been a too short discussion about this:

  http://svn.haxx.se/users/archive-2006-03/0918.shtml

and there doesn't seem to be an entry in the issue tracker.

-- 
Vincent Lefèvre <vincent@vinc17.net> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)
Received on 2011-06-12 03:52:05 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.