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

2014-09-30 Thread Stefan Sperling
On Tue, Sep 30, 2014 at 02:14:42PM +0200, Matthias Klein wrote: > Do you have a roughly release date for version 1.9? No. That decision is made by consensus within the developer community. I don't know when everyone will be happy with the current state of trunk so we can create the 1.9.x release b

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

2014-09-30 Thread Matthias Klein
Thanks a lot! Do you have a roughly release date for version 1.9? Best regards, Matthias Am 30.09.2014 um 13:42 schrieb Stefan Sperling: On Tue, Sep 30, 2014 at 11:25:51AM +0200, Matthias Klein wrote: Hi, can nobody give me a tip how to get an evaluable return code from svn in case of a warn

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

2014-09-30 Thread Stefan Sperling
On Tue, Sep 30, 2014 at 11:25:51AM +0200, Matthias Klein wrote: > Hi, > > can nobody give me a tip how to get an evaluable return code from svn in > case of a warning (e.g. W000104)? > > Best reagrds, > Matthias You'd need to patch the client. I've just committed a fix: http://svn.apache.org/r1

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

2014-09-30 Thread Matthias Klein
Hi, can nobody give me a tip how to get an evaluable return code from svn in case of a warning (e.g. W000104)? Best reagrds, Matthias

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

2014-09-26 Thread Matthias Klein
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 W20 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