You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Jerónimo Córdoba Majuelo <je...@ydilo.com> on 2006/08/02 08:10:03 UTC

Problem with remote repository

Hi all,

 

When adding a project to a remote repository in Subversion, I get the following error:

 

Can't open file 'O:\\RyD\\PeopleBase\\Repository\\prueba\\db\\current': The network location cannot be reached. For information about network troubleshooting, see Windows Help.    [500, #721231]

 

Nevertheless, it seems to work if I add only a few files, but it fails when it is the whole project what I intend to import.

 

Can anybody help me, please?

 

 

Thanks in advance,

Jerónimo


--------------------------------------------------------------------------------------
This message and any files transmitted with it are confidential and intended solely 
for the use of the individual or entity to whom they are addressed. No confidentiality 
or privilege is waived or lost by any wrong transmission. 
If you have received this message in error, please immediately destroy it and kindly 
notify the sender by reply email.
You must not, directly or indirectly, use, disclose, distribute, print, or copy any 
part of this message if you are not the intended recipient. Opinions, conclusions and 
other information in this message that do not relate to the official business of 
Ydilo Advanced Voice Solutions, S.A. shall be understood as neither given nor endorsed by it. 
--------------------------------------------------------------------------------------

Re: Problem with remote repository

Posted by Ulrich Eckhardt <ec...@satorlaser.com>.
On Wednesday 02 August 2006 10:10, Jerónimo Córdoba Majuelo wrote:
> When adding a project to a remote repository in Subversion, I get the
> following error:
>
> Can't open file 'O:\\RyD\\PeopleBase\\Repository\\prueba\\db\\current': The
> network location cannot be reached. For information about network
> troubleshooting, see Windows Help.    [500, #721231]

This sounds like you are accessing the repository as local repository but it 
is on a network share. Consider using svnserve or apache for access. If the 
repository is BDB based, putting it on a share is definitely a nono, but you 
probably know that from reading the docs.

> Nevertheless, it seems to work if I add only a few files, but it fails when
> it is the whole project what I intend to import.

I'd guess that the network connection is flakey. You might get around it by 
creating a working of the parent folder and adding the project into it 
with 'svn add' and then committing the change. Anyhow, since commits are 
atomic, you can as well redo the operation, it should have been completely 
rolled back.

BTW: please turn of HTML mail on mailinglists.

Uli

****************************************************
Visit our website at <http://www.domino-printing.com/>
****************************************************
This Email and any files transmitted with it are intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any reading, redistribution, disclosure or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited.  If you are not the intended recipient please contact the sender immediately and delete the material from your computer.

E-mail may be susceptible to data corruption, interception, viruses and unauthorised amendment and Domino UK Limited does not accept liability for any such corruption, interception, viruses or amendment or their consequences.
****************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org