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.

Reply via email to