cancel
Showing results for 
Search instead for 
Did you mean: 

E670002: Unable to connect to a repository at URL

E670002: Unable to connect to a repository at URL

Trying to get a new install up and running as a noob in Ubuntu on Virtualbox.

 

I am following a tutorial, which directs me to install 

 

sudo svn export --force http://svn.magentocommerce.com/source/ branches/1.9 public_html/

 

However running the command generates a couple of errors.

 

svn: E000104: Unable to connect to a repository at URL 'http://svn.magentocommerce.com/source/branches/1.9'
svn: E000104: Error running context: Connection reset by peer
 
Any advice appreciated.
1 REPLY 1

Re: E670002: Unable to connect to a repository at URL

For as far as I know, direct downloads of the Magento source code are no longer available. You might want to just download it via your browser or you could clone it from Github via https://github.com/OpenMage/magento-mirror.

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this