On Sat, Feb 11, 2012 at 04:36:46PM +0530, Ravi Roy wrote:
> I found this under
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=193527
> in the mail archive of dated back to 2002 and this seems to be fixed as per
> the bug report.
>
> Can somebody please comment on the issue?
So you're running a master/slave setup with a write-through proxy
configuration, yes? You don't mention whether you're quoting logs
from the master or from the slave server.
Is the slave repository properly synced with the master?
Does 'svnadmin verify' pass on both sides or is there repository
corruption involved?
Could this problem be relevant?
http://subversion.tigris.org/issues/show_bug.cgi?id=3445
> On Sat, Feb 11, 2012 at 2:40 PM, Ravi Roy <ravi.aroy_at_gmail.com> wrote:
>
> > Hello community,
> >
> > I have compiled subversion 1.6.17 and Apache 2.2.21 from source on CentOS
> > 5.6 and serving my repository using Apache httpd server with the following
> > details :
> >
> > Server version: Apache/2.2.21 (Unix)
> > Server loaded: APR 1.4.5, APR-Util 1.3.12
> > Compiled using: APR 1.4.5, APR-Util 1.3.12
> >
> > Getting the folloiwng normal message in apache log :
> >
> > [Sat Feb 11 14:13:41 2012] [notice] Apache/2.2.21 (Unix) DAV/2
> > mod_ssl/2.2.21 OpenSSL/0.9.8e-fips-rhel5 SVN/1.6.17 PHP/5.1.6 configured --
> > resuming normal operations
> >
> > Problem : When try to commit from the checkout made from master everything
> > works fine, but when I try to commit from the checkout from slave I get the
> > following message in apache's log :
> >
> > [Sat Feb 11 10:04:01 2012] [error] [client xxx.xxx.xx.xxx] could not write
> > the file contents [500, #200003]
> > [Sat Feb 11 10:04:01 2012] [error] [client xxx.xxx.xx.xxx] Delta source
> > ended unexpectedly [500, #200003]
> >
> > I am using TortoiseSVN 1.6.16 to commit to repository.
> >
> > Does somebody knows if this is known bug or have somebody faced this issue
> > earlier?
> >
> > Thanks for the help in advance!
> >
> > Regards
> > Ravi.
> >
Received on 2012-02-11 12:34:55 CET