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

ls exit status under serf

From: <dave_rodgman_at_fastmail.co.uk>
Date: Thu, 31 Jul 2008 14:05:20 +0100

Hi,

using serf, svn 1.5.1 seems to behave incorrectly when doing an ls on a
non-existent path:

with neon:

svn ls http://svn.collab.net/repos/svn/trunk/non-existent
svn: URL 'http://svn.collab.net/repos/svn/trunk/non-existent'
non-existent in that revision
$ echo $?
1

with serf:

$ svn list http://svn.collab.net/repos/svn/trunk/non-existent
$ echo $?
0

I'll raise an issue if no-one objects?

Dave

-- 
  
  dave_rodgman_at_fastmail.co.uk
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-07-31 15:05:34 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.