Help for this page
#!/usr/bin/perl use strict; ... $SVN_LIST = `svn status --depth infinity --no-ignore C:\\Nonexistant_D +IR`; #error message comes out on STDERR since it isn't captured. print "$SVN_LIST"; # prints nothing.
svn status --depth infinity --no-ignore C:\NON_EXISTANT_DIR > xxx 2> e +rr