#17759 closed defect (fixed)
svn update warning: W205011 for 'src\org\apache\commons\logging'
Reported by: | GerdP | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 19.05 |
Component: | Core | Version: | |
Keywords: | Cc: |
Description
Don't know if we have to change something?
C:\josm\core>svn up Updating '.': Fetching external item into 'src\org\openstreetmap\gui': External at revision 35007. Fetching external item into 'src\org\apache\commons\jcs': External at revision 1859964. svn: warning: W205011: Error handling externals definition for 'src\org\apache\commons\logging': svn: warning: W170000: URL 'https://svn.apache.org/repos/asf/commons/proper/logging/trunk/src/main/java/org/apache/commons/logging' at revision 1859964 doesn't exist Fetching external item into 'src\org\apache\commons\compress': External at revision 5257. At revision 15109. svn: E205011: Failure occurred processing one or more externals definitions C:\josm\core>
Attachments (0)
Change History (4)
comment:1 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 5 years ago
Milestone: | → 19.05 |
---|
comment:3 by , 5 years ago
I got a similar warning now for jcs:
svn: warning: W205011: Error handling externals definition for 'src\org\apache\commons\jcs':
svn: warning: W170000: URL 'https://svn.apache.org/repos/asf/commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs' at revision 1860353 doesn't exist
I've changed the external with r15138 and svn up and ant dist worked fine on my machine, but Jenkins failed:
https://josm.openstreetmap.de/jenkins/job/JOSM/
I hope I did not break something..
comment:4 by , 5 years ago
Jenkins does not like the change of svn:redirects (which are needed) and in this this case I just need to purge local data. I just did it and relaunched the job: https://josm.openstreetmap.de/jenkins/job/JOSM/5361/
In 15111/josm: