You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Matthias Klein <ma...@optimeas.de> on 2014/09/26 14:40:19 UTC

Return code of "svn checkout" when failing to get an external

Hi,

at a large svn checkout I have the problem that sometime the externals 
can not checked out.
Then I only see in the output log a warning W200000 or W000104 "Unable 
to connect to a repository at URL".

But the return code of "svn checkout" is always 0 (in the error / 
warning) case.


Is it possible to get an different return code in case of these warning, 
so that I can handle them in a script ?


Best regards,
Matthias