#16346 closed defect (fixed)
Getting error while doing svn update
Reported by: | Biswesh | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | unspecified | Version: | |
Keywords: | svn | Cc: |
Description
At revision 34237
svn: E205011: Failure occurred processing one or more externals definitions.
I am getting the above error whenever I am doing svn update. I had faced this problem one more time and I had to delete the repo and do checkout branch again to make it work
Here is my svn status -
https://pastebin.com/ZTWfjmFZ
Here is result of svn propget svn:externals -R -
https://pastebin.com/yGDJNva5
Attachments (1)
Change History (18)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
This is the error I get while doing svn up in core
At revision 13879.
svn: E205011: Failure occurred processing one or more externals definitions
comment:3 by , 6 years ago
Another problem I am facing is that when I am building jar file for the past 2-3 times its getting completed in 1 second although it shows build successful. Previously it used to take around 7-8 seconds. Here I am building PT_Assistant plugin only. I guess even that is not working properly now.
comment:4 by , 6 years ago
Please tell the error and not only the last line. Somwhere before that line there was one or more error. This is the important information.
comment:5 by , 6 years ago
Sorry for not mentioning it before. This is the error I am getting most of the time.
svn: warning: W205011: Error handling externals definition for 'core/src/org/apache/commons/logging’
comment:7 by , 6 years ago
Component: | External rule → unspecified |
---|---|
Keywords: | svn added |
follow-up: 11 comment:8 by , 6 years ago
@Biswesh
This is the relevant part of that paste:
svn: warning: W170013: Unable to connect to a repository at URL 'http://svn.apache.org/repos/asf/commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs' svn: warning: W205011: Error handling externals definition for 'core/src/org/apache/commons/logging': svn: warning: W170013: Unable to connect to a repository at URL 'http://svn.apache.org/repos/asf/commons/proper/logging/trunk/src/main/java/org/apache/commons/logging'
Btw, It is best to append those logs as text file and not paste them to an online portal. This makes it easier for us to view them.
Edit: @Don-vip Why is that external reference not using the https link?
comment:9 by , 6 years ago
Maybe HTTPS is the reason? Probably HTTP is turned off or redirected? SVN by design does not like redirects much.
follow-up: 14 comment:10 by , 6 years ago
Http is fine for this repo, but the redirect is the reason:
http://svn.apache.org/repos/asf/commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs
↓
301 Moved Permanently http://svn.apache.org/repos/asf/commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/
We should update that external definition to include the / (and include the https).
comment:11 by , 6 years ago
Its the middle Error which I always get. Others do not occur everytime. Such warnings used to come before as well but the error didn't occur.
Replying to michael2402:
@Biswesh
This is the relevant part of that paste:
svn: warning: W170013: Unable to connect to a repository at URL 'http://svn.apache.org/repos/asf/commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs' svn: warning: W205011: Error handling externals definition for 'core/src/org/apache/commons/logging': svn: warning: W170013: Unable to connect to a repository at URL 'http://svn.apache.org/repos/asf/commons/proper/logging/trunk/src/main/java/org/apache/commons/logging'Btw, It is best to append those logs as text file and not paste them to an online portal. This makes it easier for us to view them.
Edit: @Don-vip Why is that external reference not using the https link?
comment:14 by , 6 years ago
Replying to michael2402:
Http is fine for this repo, but the redirect is the reason:
http://svn.apache.org/repos/asf/commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs↓
301 Moved Permanently http://svn.apache.org/repos/asf/commons/proper/jcs/trunk/commons-jcs-core/src/main/java/org/apache/commons/jcs/We should update that external definition to include the / (and include the https).
I doubt that is a reason. SVN does not do a simple GET request and knows, that these are links to directories, as files aren't allowed there.
comment:15 by , 6 years ago
svn update works fine now. Thanks a lot for the help. But when I build pt_assistant plugin, it takes 0 seconds to build. Generally it took 7-8 seconds. Is it getting built? Above I have attached the file containing output of the building the plugin .
comment:16 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Very likely you simply already have built the plugin. A build only does much when it has to do much. It does not do everything always. Try ant clean before if you feel it should take longer.
For the core problems you can try
If any errors occur there, post them here.