2

I was trying to get fresh copy of my project from github using TortoiseSVN client. But I am getting the following exception:

The PROPFIND request returned invalid XML in the response: XML parse error at line 1: no element found (Checkout from https://github.com/anoopchaurasia/JavaScript-File-Manager.git)

When I try to checkout using Subclipse on Eclipse, it says "Folder does not exist.".

I am able to checkout same repository on my other system.

2 Answers 2

2

You can use TortoiseSVN or a command-line SVN client to checkout a working copy from a Git repository.

This looks like a connectivity issue between the particular system and github. The error XML parse error at line 1: no element found usually means that the URL you enter is not correct. E.g. see this StackOverflow thread: Why am I getting the error on svn client "XML parse error at line 1 no element found" when accessing VisualSVN Server? and read the article KB102: Subversion client errors caused by inappropriate repository URL .

Right now I was able to checkout the working copy with TortoiseSVN and command-line.

E.g. this works like a charm:

svn co https://github.com/anoopchaurasia/JavaScript-File-Manager
Sign up to request clarification or add additional context in comments.

Comments

-1

SVN is different from Git. TortoiseSVN doesn't support Git. Use TortoiseGit instead.

Comments

Your Answer

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.