Ask Your Question
3

Can't checkout from SVN repository, version 2.4.2

asked 2012-07-31 00:59:07 -0600

adin gravatar image

updated 2012-10-22 10:47:54 -0600

Kirill Kornyakov gravatar image

I'm trying to access the SVN repository as stated in the documentation: http://code.opencv.org/svn/opencv/tags/2.4.2 However, I got error when I tried to access it in the browser, and also through the SVN command line.

Should I access the repository somewhere else? This is strange because the official site says that this should work.

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
4

answered 2012-07-31 01:11:34 -0600

sammy gravatar image

From http://code.opencv.org/projects/opencv/wiki :

25-Jul-2012 Our SVN repository is no longer available since we migrated to git. You can find new links just below, and here is instruction.

OpenCV just migrated from SVN to Git, and not all the links are updated.

edit flag offensive delete link more

Comments

Thanks for the info. It wasn't clear from the site. I suspect something like that. Maybe, all the site should be checked, as new people coming to the wiki may get confused.

adin gravatar imageadin ( 2012-07-31 01:16:11 -0600 )edit

Yes, but as long there are at least 3 knwn OpenCV sites (opencv.org, willowgarage and itseez), with many subdomains and wiki, this will take some time... I suppose the guys working there have a lot of work

sammy gravatar imagesammy ( 2012-07-31 01:25:42 -0600 )edit

willowgarage and http://opencv.itseez.com (update: closed) will be closed soon. opencv.org will be maintained on a regular basis, but the developer's wiki at code.opencv.org will be updated by occasion. You can help us here: http://opencv.org/contribute.html :)

Kirill Kornyakov gravatar imageKirill Kornyakov ( 2012-07-31 15:50:00 -0600 )edit

Could you please let me know, when http://docs.opencv.org will be closed? I am linking from several http://stackoverflow.com pages to there and I would need some time to update them accordingly.

Philipp Wagner gravatar imagePhilipp Wagner ( 2012-10-23 12:15:29 -0600 )edit
1

Never, please always use links to docs.opencv.org. My comment was edited by mistake, and now it in its original form. We've said bye-bye to opencv.itseez.com, not docs.opencv.org ;-)

Kirill Kornyakov gravatar imageKirill Kornyakov ( 2012-10-24 01:51:15 -0600 )edit
4

answered 2012-07-31 02:11:16 -0600

Andrey Pavlenko gravatar image

updated 2012-07-31 02:12:44 -0600

While we're updating the documentation and wiki, be aware that OpenCV has live mirror on GitHub that besides all provides read-only access to the sources via SVN protocol. So if you prefer not git but SVN, just make
svn checkout https://github.com/Itseez/opencv.git/tags/2.4.2
to get 2.4.2 tag.

edit flag offensive delete link more

Comments

truncate the above link to https://github.com/Itseez/opencv.git/ to be able to browse the repo and select what you want. Link above gives 404 onClick.

darKoram gravatar imagedarKoram ( 2012-08-11 12:36:36 -0600 )edit

I found the test suite that I want at https://github.com/Itseez/opencv/tree/master/modules/java/android_test However, when i try to git clone it, i get fatal: https://github.com/Itseez/opencv/tree/master/modules/calib3d/tests/info/refs not found: did you run git update-server-info on the server?

I also tried git clone https://github.com/Itseez/opencv/tree/master/modules/calib3d/perf and got the same error.

darKoram gravatar imagedarKoram ( 2012-08-11 12:53:41 -0600 )edit

Thanks, this repository issue was giving me a massive headache. The https://github.com/Itseez/opencv.git/tags/2.4.2 link worked finally.

rdockterjr gravatar imagerdockterjr ( 2012-08-14 10:26:06 -0600 )edit

Question Tools

Stats

Asked: 2012-07-31 00:59:07 -0600

Seen: 2,446 times

Last updated: Oct 22 '12