[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problem with remote repository

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2006-08-02 12:44:08 CEST

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
Received on Wed Aug 2 12:46:16 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.