4

I tried to clone the repository of the Linux Libertine project. It is a SVN repo, but I wanted to use git as my personal backend. Now, I got a strange error message:

$ git svn clone -s  http://linuxlibertine.svn.sourceforge.net/svnroot
Initialized empty Git repository in /home/robert/svnroot/.git/
Repository has been moved: Repository moved temporarily to 'http://linuxlibertine.svn.sourceforge.net/svnroot'; please relocate at /usr/lib/git-core/git-svn line 1923

Can anybody help me?

1

1 Answer 1

5

The URL you use actually suffers from a redirection loop (you can check it with your browser).

However, according to the develop page of the project on SourceForge, you're not using the correct URL: you should use http://linuxlibertine.svn.sourceforge.net/svnroot/linuxlibertine instead.

$ git svn clone -s http://linuxlibertine.svn.sourceforge.net/svnroot/linuxlibertine
Sign up to request clarification or add additional context in comments.

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.