You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by DongInn Kim <di...@osl.iu.edu> on 2008/01/04 07:11:44 UTC

svnsync failure on the specific revision number.

Hi,

I am mirroring an SVN repository by using svnsync. The repository is quite large and its latest revision number is close to r17050.

I have tried to test svnsync with the repository which is the hotcopy of the original repository and I have not used the authz file on it. (FYI, the original repository use the authz file).
The test of svnsync was just fine with the test repository.

But on the real repository with the authz file, svnsync failed with the following error messages.
> Copied properties for revision 1887.
> Committed revision 1888.
> Copied properties for revision 1888.
> Committed revision 1889.
> Copied properties for revision 1889.
> svnsync: REPORT request failed on 'https://svn.osl.iu.edu/test-ompi'
> svnsync: REPORT of 'https://svn.osl.iu.edu/test-ompi': Could not read chunk delimiter: Secure connection truncated (https://svn.osl.iu.edu)

And I could find the following error logs at /var/log/httpd.
> [Fri Jan 04 00:29:15 2008] [error] [client 129.79.247.132] Provider encountered an error while streaming a REPORT response.  [404, #0]
> [Fri Jan 04 00:29:15 2008] [error] [client 129.79.247.132] Problem replaying revision  [404, #160013]
> [Fri Jan 04 00:29:15 2008] [error] [client 129.79.247.132] File not found: revision 1889, path '/trunk/src/mca/llm/base'  [404, #160013]

This failure happens on r1889 all the time and it failed with http(non-ssl) too.
The commits to these directories(e.g., /trunk/src/mca/llm/base) happened many times (and were sync'ed properly) before the above error hit on r1889.

What caused this problem?
Can anyone help me out to figure out this problem?

Thank you,
 
-- 
- DongInn

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svnsync failure on the specific revision number.

Posted by DongInn Kim <di...@osl.iu.edu>.
Hi,

I hope that my impatient behavior does not bother you too much.
Can anyone please help me out for this problem?

Regards,

- DongInn


DongInn Kim wrote:
> Hi,
> 
> I am sorry. I should have mentioned this.
> The version of the SVN server is 1.4.2 and the apache server is httpd-2.0.52-38.ent.
> My svnsync is running on SVN-1.4.2 too.
> 
> Regards,
> 
> - DongInn
> 
> 
> DongInn Kim wrote:
>> Hi,
>>
>> I am mirroring an SVN repository by using svnsync. The repository is quite large and its latest revision number is close to r17050.
>>
>> I have tried to test svnsync with the repository which is the hotcopy of the original repository and I have not used the authz file on it. (FYI, the original repository use the authz file).
>> The test of svnsync was just fine with the test repository.
>>
>> But on the real repository with the authz file, svnsync failed with the following error messages.
>>> Copied properties for revision 1887.
>>> Committed revision 1888.
>>> Copied properties for revision 1888.
>>> Committed revision 1889.
>>> Copied properties for revision 1889.
>>> svnsync: REPORT request failed on 'https://svn.osl.iu.edu/test-ompi'
>>> svnsync: REPORT of 'https://svn.osl.iu.edu/test-ompi': Could not read chunk delimiter: Secure connection truncated (https://svn.osl.iu.edu)
>> And I could find the following error logs at /var/log/httpd.
>>> [Fri Jan 04 00:29:15 2008] [error] [client 129.79.247.132] Provider encountered an error while streaming a REPORT response.  [404, #0]
>>> [Fri Jan 04 00:29:15 2008] [error] [client 129.79.247.132] Problem replaying revision  [404, #160013]
>>> [Fri Jan 04 00:29:15 2008] [error] [client 129.79.247.132] File not found: revision 1889, path '/trunk/src/mca/llm/base'  [404, #160013]
>> This failure happens on r1889 all the time and it failed with http(non-ssl) too.
>> The commits to these directories(e.g., /trunk/src/mca/llm/base) happened many times (and were sync'ed properly) before the above error hit on r1889.
>>
>> What caused this problem?
>> Can anyone help me out to figure out this problem?
>>
>> Thank you,
>>  
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svnsync failure on the specific revision number.

Posted by DongInn Kim <di...@osl.iu.edu>.
Hi,

I am sorry. I should have mentioned this.
The version of the SVN server is 1.4.2 and the apache server is httpd-2.0.52-38.ent.
My svnsync is running on SVN-1.4.2 too.

Regards,

- DongInn


DongInn Kim wrote:
> Hi,
> 
> I am mirroring an SVN repository by using svnsync. The repository is quite large and its latest revision number is close to r17050.
> 
> I have tried to test svnsync with the repository which is the hotcopy of the original repository and I have not used the authz file on it. (FYI, the original repository use the authz file).
> The test of svnsync was just fine with the test repository.
> 
> But on the real repository with the authz file, svnsync failed with the following error messages.
>> Copied properties for revision 1887.
>> Committed revision 1888.
>> Copied properties for revision 1888.
>> Committed revision 1889.
>> Copied properties for revision 1889.
>> svnsync: REPORT request failed on 'https://svn.osl.iu.edu/test-ompi'
>> svnsync: REPORT of 'https://svn.osl.iu.edu/test-ompi': Could not read chunk delimiter: Secure connection truncated (https://svn.osl.iu.edu)
> 
> And I could find the following error logs at /var/log/httpd.
>> [Fri Jan 04 00:29:15 2008] [error] [client 129.79.247.132] Provider encountered an error while streaming a REPORT response.  [404, #0]
>> [Fri Jan 04 00:29:15 2008] [error] [client 129.79.247.132] Problem replaying revision  [404, #160013]
>> [Fri Jan 04 00:29:15 2008] [error] [client 129.79.247.132] File not found: revision 1889, path '/trunk/src/mca/llm/base'  [404, #160013]
> 
> This failure happens on r1889 all the time and it failed with http(non-ssl) too.
> The commits to these directories(e.g., /trunk/src/mca/llm/base) happened many times (and were sync'ed properly) before the above error hit on r1889.
> 
> What caused this problem?
> Can anyone help me out to figure out this problem?
> 
> Thank you,
>  

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org