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

"svn info INVALID_URL": exit code zero?

From: Giovanni Bajo <rasky_at_develer.com>
Date: 2006-02-05 11:08:29 CET

Hello,

I found what I believe to be a bug:

$ svn info http://www.google.com/svn/trunk; echo $?
svn: PROPFIND request failed on '/svn/trunk'
svn: PROPFIND of '/svn/trunk': 400 Bad Request (http://www.google.com)
1

$ svn info http://svn.collab.net/repos/svn/trunk/FOOBAR; echo $?
http://svn.collab.net/repos/svn/trunk/FOOBAR: (Not a valid URL)

0

Shouldn't also the second command report 1 as exit code? May I open a ticket
for this?

Thanks
Giovanni Bajo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Feb 5 11:09:25 2006

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.