svn info not setting exit status.
From: Mark E. Hamilton <mhamilt_at_sandia.gov>
Date: Tue, 20 May 2008 10:15:11 -0600
I'm trying to check to see if a path exists in my repository or not.
$ svn info file:///svnroot/test_repos/boogers >/dev/null ; echo $?
0
When I use 'svn checkout' on the same URL is reports that it doesn't
$ svn checkout file:///svnroot/test_repos/boogers >/dev/null ; echo $?
I'm using 1.5.0rc4.
Am I incorrect in expecting 'svn info' to set the exit status if the URL
-- ---------------- Mark E. Hamilton Orion International Technologies, Inc. Sandia National Laboratory, NM. 505-844-7666 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: users-help_at_subversion.tigris.orgReceived on 2008-05-20 18:15:51 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.