PDA

View Full Version : Help Checkout from qt gitrious



seanasl
2nd January 2012, 15:57
Hi

i am trying to check out some examples from qt gitrious (http://qt.gitorious.org/qt-labs/qml-gesturearea). I installed tortise svn integrated into window explorer.
I tried checking out from the site using the linked above by right clicking and then click on SVN Checkout.

Unable to connect to a repository at URL
'http://qt.gitorious.org/qt-labs/qml-gesturearea'
Server sent unexpected return value (500 Internal Server Error) in response to
OPTIONS request for 'http://qt.gitorious.org/qt-labs/qml-gesturearea'

i got the above error message. Any ideas ? thank

ChrisW67
3rd January 2012, 00:41
TortoiseSVN is for working with Subversion repositories. Gitorious is a Git repository. I think the problem is obvious.

Unsurprisingly, you use git to access Git repositories. You can do it from a command line (http://code.google.com/p/msysgit/), a Windows wrapper (http://code.google.com/p/msysgit/downloads/list?can=3&q=official+Git) around the command line version, or the TortoiseSVN-like TortoiseGit (http://code.google.com/p/tortoisegit/)