Re: Missing node-id in node-rev: how to solve?

2014-09-30 Thread Daniel Shahaf
IbaƱez Alameda, Fernando wrote on Mon, Sep 29, 2014 at 15:43:36 +: > Hi all, > > I'm just handling a SVN server (version svn 1.5.1) on a Debian distribution. > > One of my repositories seems to be corrupted just after the last commit > (revision 71). Svnadmin command returns as correctly ver

RE: svnadmin load fails with "Insufficient system resources exist to complete the requested service"

2014-09-30 Thread JT.Miller
This worked beautifully, thank you! Now I just have to compel management to spend the time to upgrade all the seven year-old software packages on the server... -Original Message- From: Andreas Stieger [mailto:andreas.stie...@gmx.de] Sent: Tuesday, September 30, 2014 2:22 PM To: Miller, J

Re: SVN Commit Failed For Data larger Than 2 GB [How To Resolve]

2014-09-30 Thread Andreas Stieger
Hi, On 30/09/14 19:24, Mohsin Abbas wrote: > Just for your information we have SVN installed on Linux machine and I > committed folder of size 4.7 GB on Linux server (I am administrator of > SVN). I have checked out that particular repository on Linux server and > committed that folder which was s

Re: svnadmin load fails with "Insufficient system resources exist to complete the requested service"

2014-09-30 Thread Andreas Stieger
Hi, On 30/09/14 19:39, jt.mil...@l-3com.com wrote: > Someone committed a file to the subversion repository that must be > removed. The server is a virtualized Windows Server 2003 32-bit box with > 4GB RAM and plenty of disk space where the repositories reside. We're > using SVN 1.4.4 (outdated, I

svnadmin load fails with "Insufficient system resources exist to complete the requested service"

2014-09-30 Thread JT.Miller
Someone committed a file to the subversion repository that must be removed. The server is a virtualized Windows Server 2003 32-bit box with 4GB RAM and plenty of disk space where the repositories reside. We're using SVN 1.4.4 (outdated, I know, not my fault, I was pulled away from my day job to fix

Re: SVN Commit Failed For Data larger Than 2 GB [How To Resolve]

2014-09-30 Thread Mohsin Abbas
Brane, Just for your information we have SVN installed on Linux machine and I committed folder of size 4.7 GB on Linux server (I am administrator of SVN). I have checked out that particular repository on Linux server and committed that folder which was successful. But all our users have windows ma

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