Are user subversion pulls no longer available? (Feature #1752)
Description
I tried to update the local tree source and was met with the following message:
Authentication realm: <https://code.ros.org:443> ros.org Subversion
Password for 'yourmom':
Is the trunk source now only available to active developers?
Associated revisions
Merge pull request #1752 from alalek:ocl_memory_cleanup_workaround
History
Updated by Alexander Shishkov almost 13 years ago
For getting the source code, direct your SVN client to http://code.opencv.org/svn/opencv/trunk. If you need write credentials for OpenCV SVN repository, you should contact us via e-mail [email protected] (get rid of the ''delete-'' to make the emails work) and explain the situation.
- Status changed from Open to Cancelled
- Target version set to 2.4.0
Updated by Carlos Fu almost 13 years ago
Please give the solutions how to solve the problem: Authentication realm: <https://code.ros.org:443> ros.org Subversion
Updated by Joel Mckay almost 13 years ago
Carlos Fu wrote:
Please give the solutions how to solve the problem: Authentication realm: <https://code.ros.org:443> ros.org Subversion
Repo was moved to new domain... best practice is to "rm -fr *" your opencv src dir tree from ros.org, and pull new copy from opencv.org.
Guest users will be able to run helpful things like this again:
svn log --limit 10
Good luck,
J