|
Bugzilla – Full Text Bug Listing |
| Summary: | svn: E175002: MERGE of ...': Could not read status line | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE.org | Reporter: | Karl Eichwalder <ke> |
| Component: | Infrastructure | Assignee: | J. Daniel Schmidt <jdsn> |
| Status: | RESOLVED FIXED | QA Contact: | Lars Vogdt <lars.vogdt> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | Andreas.Stieger, ctrippe, jdsn, mrueckert |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Documentation | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | copied from subversion-1.7.6/tools/hook-scripts/verify-po.py | ||
|
Description
Karl Eichwalder
2012-09-06 09:46:18 UTC
(In reply to comment #0) > Copying a moderately large directory remotely produces the following error > message: 819MB, serveral 100 directories and some 1000s of files. I don't know why this bug was assigned to me. I've been rarely a user of SVN. Back to screening team. In anyway, the problem looks rather like a SVN server issue. Or, just try to downgrade svn to 12.1's version on the very same machine, and see whether the problem really doesn't happen with it, to make sure that it's a regression of svn client on 12.2. Assignig to the bugowner of subversion and taking the maintainer into CC oocording to 'osc maintainer -e openSUSE:Factory subversion' This is a client message caused by the server resetting the connection. https://svn.opensuse.org/ uses 1.6.12 (r955767). Does this happen every time you create a branch from trunk? (In reply to comment #1) > 819MB, serveral 100 directories and some 1000s of files. svn used shallow copies so the size of trunk does not matter much. Beyond that, cannot reproduce as I don't have commit access. Maybe this is something for the infrastructure team? Yes, it happens every time since I updated to 12.2. Before 12.2 it never happened. Maybe, darix or Daniel know more about it. According to the logs on svn.opensuse.org this looks like an issue with the precommit hook they use for their repo. I'll talk to Karl directly to try to find a solution. So, I don't think that this is a bug in subversion server or client. When talking to Karl we agreed on assigning the bug back to him as a reminder to fix the hook script for this svn repo. Thanks for debugging! I think we should update the verify script to subversion-1.7.6/tools/hook-scripts/verify-po.py (and drop the "-c" switch). I'll test it on a local installation first. My tests look ok. The new script seems to get the gettext warnings right. It does not seem to enforce UTF-8 any longer; maybe, we must add additional checks. Daniel, can you please install the attached file? Or use the one coming with the subversion archive (subversion-1.7.6/tools/hook-scripts/verify-po.py) and set the msgfmt binary. Created attachment 507000 [details]
copied from subversion-1.7.6/tools/hook-scripts/verify-po.py
I set USE_MSGFMT = "/usr/bin/msgfmt" .
I just enabled the attached script (from comment #10) with USE_MSGFMT = "/usr/bin/msgfmt" Please try again to verify if it works as expected. Thanks, I ran some tests and it works! Closing as of comment #12. |