Modify

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#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 GerdP, 6 years ago

Some more information:

d:\josm\core\src\org\apache\commons\compress>svn up
Updating '.':
svn: E170013: Unable to connect to a repository at URL 'https://github.com/apache/commons-compress/trunk/src/main/java/org/apache/commons/compress'
svn: E175003: The server at 'https://github.com/apache/commons-compress/trunk/src/main/java/org/apache/commons/compress' does not support the HTTP/DAV protocol

d:\josm\core\src\org\apache\commons\compress>

comment:2 by stoecker, 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 GerdP, 6 years ago

Happens always on both my machines, also with some plugins. You don't see those messages when doing svn up?

comment:4 by stoecker, 6 years ago

ATM: No

comment:5 by GerdP, 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 GerdP, 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 Don-vip, 6 years ago

SVN externals using Github mirrors is not always working as it should be... Some hint and tips that can help when the error occurs:

  • svn clean
  • delete the externals folder, then svn up
  • ultimately delete everything and svn co...

We should get rid of this problem after #16944 #16871 and #16857

comment:8 by Don-vip, 6 years ago

Keywords: github added
Type: defecttask

I'm using SVN 1.10.2 so maybe this is a regression from 1.11?

comment:9 by Don-vip, 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

Issue #4789

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 Don-vip, 6 years ago

Resolution: othersoftware
Status: newclosed

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 Don-vip, 6 years ago

Summary: svn update shows warning W170013svn (1.11) update shows warning W170013

comment:12 by Don-vip, 6 years ago

According to SVN developers Github fixed the issue. Can you please check?

comment:13 by GerdP, 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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.