Ask Your Question

rawmean's profile - activity

2012-08-19 20:42:32 -0600 answered a question how to download from code.opencv

Figured out the answer. It turns our that the repo in my question is an svn repo (not a git repo).

So, do this:

svn co <the_url>
2012-08-19 20:02:49 -0600 asked a question how to download from code.opencv

I would like to download the code in the following URL which consists of several files and I don't want to download the files one-by-one. I think this is a git repo but I can't figure out what the git address is.

http://code.opencv.org/projects/ios/repository/show/trunk/FaceDetectVideo

Thanks for the help