#17114 closed task (othersoftware)
svn (1.11) update shows warning W170013
Reported by: | GerdP | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | svn externals github | Cc: |
Description
I get this warning since a few days. Is this something I have to fix on my machine?
D:\josm\core>svn up Updating '.': Fetching external item into 'src\org\openstreetmap\gui': External at revision 34782. Fetching external item into 'src\org\apache\commons\jcs': External at revision 1849020. Fetching external item into 'src\org\apache\commons\logging': External at revision 1849020. svn: warning: W205011: Error handling externals definition for 'src\org\apache\commons\compress': svn: warning: W170013: Unable to connect to a repository at URL 'https://github.com/apache/commons-compress/trunk/src/main/java/org/apache/commons/compress' At revision 14565. svn: E205011: Failure occurred processing one or more externals definitions D:\josm\core>
Attachments (0)
Change History (13)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Either it is a temporary GitHub issue with the git→svn interface or the target changed again.
Both happens from time to time.
comment:3 by , 6 years ago
Happens always on both my machines, also with some plugins. You don't see those messages when doing svn up?
comment:5 by , 6 years ago
OK, maybe my svn client is the problem. I'll try with an older version. My current version is
D:\josm\core>svn --version svn, version 1.11.0 (r1845130)
comment:6 by , 6 years ago
Yes, older version works without problems:
D:\josm\core>svn up Updating '.': Fetching external item into 'src\org\apache\commons\jcs': External at revision 1849080. Fetching external item into 'src\org\apache\commons\logging': External at revision 1849080. Fetching external item into 'src\org\apache\commons\compress': UU src\org\apache\commons\compress\compressors\lz4\XXHash32.java Updated external to revision 5222. Fetching external item into 'src\org\openstreetmap\gui': External at revision 34782. At revision 14569. D:\josm\core>svn --version svn, version 1.9.7 (r1800392) compiled Aug 8 2017, 22:14:48 on x86-microsoft-windows
comment:7 by , 6 years ago
comment:8 by , 6 years ago
Keywords: | github added |
---|---|
Type: | defect → task |
I'm using SVN 1.10.2 so maybe this is a regression from 1.11?
comment:9 by , 6 years ago
Yes, 1.11 is incompatible with Github bridge:
https://subversion.apache.org/docs/release-notes/1.11.html#issues
Github's SVN Bridge server implementation incompatible with SVN 1.11
As of November 2018, Subversion 1.11 clients are unable to check out repositories from Github. Stricter DAV RFC conformance checks were added to SVN 1.11 clients, and Github's custom SVN server implementation happens to not conform to the newly expected behaviour. We are waiting for Github to resolve the issue at their end. In the meantime, Subversion 1.10, and perhaps even the Git version control system, can be used as a workaround.
comment:10 by , 6 years ago
Resolution: | → othersoftware |
---|---|
Status: | new → closed |
Subversion 1.10 is a LTS release and still supported, so best is to keep this one until Github fixes the issue.
comment:11 by , 6 years ago
Summary: | svn update shows warning W170013 → svn (1.11) update shows warning W170013 |
---|
comment:12 by , 6 years ago
According to SVN developers Github fixed the issue. Can you please check?
comment:13 by , 6 years ago
I can confirm that svn 1.11.0 no longer shows the error messages. I did an update with 1.10 short before so I did not see any actual change.
Some more information: