RSS
Facebook
Twitter
Follow Us
Contribute
Errorbase
Login
Register
Home
ErrorStream
Unsolved
Tags
Contributors
Request a Solution
Errorbase is a collaborative writing project, that aims to build the largest trouble-shooting guide about all kinds of error messages.
Categories
All categories
Tweet
Most popular tags
programming languages
visual c++
compile time error messages
programming-languages
visual-c
compile-time-error-messages
java
mysql
dbms
runtime-error-messages
Photoshop
oracle
netbeans
nudge
photoshop
mosek
rasterize
subversion
php
sql
vector data
svn
facebook
tomcat
latex
apache
visual
sap
phpmyadmin
runtime error messages
c
type layer
windows
eclipse-svn-subversion-java
photos
pool
paypal
sqlserver
driver
commit
rsa
2010
adobe-premiere-pro
c#
jquery
javascript
firebug
lyx
asp
memory-leaks
Error validating location: org.apache.subversion.javahl.ClientException:RA layer request failed
+2
votes
I encountered this error while i was trying to add a new repository location.
subversion
apache
eclipse
netbeans
requested
Feb 24, 2012
by
anonymous
Please
log in
or
register
to add a comment.
Please
log in
or
register
to to add a solution for this error.
1
Solution
0
votes
Eclipse users can try the following solution;
Close eclipse and open the following file:
Windows Vista/7: C:\Users\
\AppData\Roaming\Subversion\server
Windows XP: C:\Documents and Settings\
\Application Data\Subversion\server
Find the following lines:
### Information for the first group:
# [group1]
# http-proxy-host = svn.some-domain-name.com
# http-proxy-port = 80
# http-proxy-username = blah
# http-proxy-password = doubleblah
Uncomment the http-proxy-host and http-proxy-port line and provide your proxy server path and port no. Do not leave any spaces before the http-proxy-host.So it should look like this:
http-proxy-host = substitute with your proxy server path
http-proxy-port = substitute your proxy server port
Start the eclipse again.
This should work for eclipse.
solved
Feb 24, 2012
by
onur
(
1.6k
points)
What about in Ubuntu?
Thanks!
Please
log in
or
register
to add a comment.
...