SVN Checkout from a local repository results in errors E170013, E180001, E160029

313 Views Asked by At

I am trying to checkout an old SVN repository. This repository has been download to a local PC, as the network where it was placed is shut down. Now I have this local copy of it. However, I am not able to do a checkout of the repository folder, I get the following error messege:

enter image description here

I use the following command for checkout:

svn checkout file:///home/jnpe/Documents/mortenbisgaard/Private/.repos/model/trunk model

Is there something wrong with that? Or am I not able to connect to a local repository?

0

There are 0 best solutions below