First time here? Check out the FAQ!

Ask Your Question
3

Can't checkout from SVN repository, version 2.4.2

asked Jul 31 '12

adin gravatar image

updated Oct 22 '12

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.

Preview: (hide)

2 answers

Sort by » oldest newest most voted
4

answered Jul 31 '12

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.

Preview: (hide)

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 (Jul 31 '12)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 (Jul 31 '12)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 (Jul 31 '12)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 (Oct 23 '12)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 (Oct 24 '12)edit
4

answered Jul 31 '12

Andrey Pavlenko gravatar image

updated Jul 31 '12

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.

Preview: (hide)

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 (Aug 11 '12)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 (Aug 11 '12)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 (Aug 14 '12)edit

Question Tools

Stats

Asked: Jul 31 '12

Seen: 2,526 times

Last updated: Oct 22 '12