0

When I try to download a project from Google Code using TortoiseHg I got the following message:

abort: 'svn' executable not found for subrepo 'mobile/ios/externals/google-toolbox-for-mac'

I am using this link google.code

EDIT: I am running Windows XP

asked Nov 24, 2011 at 16:30

1 Answer 1

4

The repository you're trying to clone as some Subrepository defined which are on a Subversion repository. The subrepository list can be seen in the .hgsub file.

In order for the clone to work, you will need to install Subversion on your computer. You can find packages for various platform here : http://subversion.apache.org/packages.html

The executable must also be in the path so Mercurial can use it. Since you didn't give much details about your environment, I can't help you with that, but I think the installation process should take care of this.

FYI, Mercurial also handles Git subrepository, so if you want to clone a project which make uses of them, you will also have to install Git.

answered Nov 24, 2011 at 16:35
Sign up to request clarification or add additional context in comments.

Thanks @krtek! I must have been quite frustrated by my incapability to handle this problem myself.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.