ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How to pass Authentication from ipvs.informatik.uni-stuttgart.de?

asked 2012-12-09 21:19:36 -0500

sam gravatar image

I follow roboearth doc.

I have already created an account sam. I can login on website.

But I failed to login in terminal:

  sam@sam:~/code/ros/cram$ svn info http://ipvs.informatik.uni-stuttgart.de/roboearth/repos/public/tags/latest
  Authentication realm: <http://ipvs.informatik.uni-stuttgart.de:80> RoboEarth Repository (BV)
  Password for 'sam': 
  Authentication realm: <http://ipvs.informatik.uni-stuttgart.de:80> RoboEarth Repository (BV)
  Username: sam
  Password for 'sam': 
  Authentication realm: <http://ipvs.informatik.uni-stuttgart.de:80> RoboEarth Repository (BV)
  Username: sam
  Password for 'sam': 
  svn: OPTIONS of 'http://ipvs.informatik.uni-stuttgart.de/roboearth/repos/public/tags/latest': authorization failed: Could not authenticate to server: rejected Basic challenge (http://ipvs.informatik.uni-stuttgart.de)
  sam@sam:~/code/ros/cram$

How to solve it?

Thank you~

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-12-09 21:35:42 -0500

ddimarco gravatar image

If you look closely, you'll notice that you are using http instead of https in the URL. Try $ svn info https://ipvs.informatik.uni-stuttgart.de/roboearth/repos/public/tags/latest.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-12-09 21:19:36 -0500

Seen: 192 times

Last updated: Dec 09 '12