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

Inconsistent behaviour of info and status for missing/non-svn directory

From: sebb <sebbaz_at_gmail.com>
Date: Sun, 2 Jun 2019 22:14:49 +0100

I would expect status and info tp behave similarly for missing/non-svn
directories.
However info returns an error and status a warning.

$ svn info /tmp/xxx/xxx;echo $?
svn: E155007: '/tmp/xxx/xxx' is not a working copy
1

$ svn status /tmp/xxx/xxx;echo $?
svn: warning: W155007: '/tmp/xxx/xxx' is not a working copy
0

Is this a known issue, or is it intended behaviour?

S.
Received on 2019-06-02 23:15:10 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.