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

Re: Help with error - Can't create directory

From: Jean-Marc van Leerdam <j.m.van.leerdam_at_gmail.com>
Date: Wed, 5 Aug 2009 07:15:46 +0200

Hi Brett,

2009/8/4 Brett Marks <gb3_at_internode.on.net>:
> How do I find that out? Do you mean the.. "file://" thing?
>

Yes, if you are using a local repository (without svnserve or Apache)
it would be file://. However, using file-based access on a network
drive is not recommended (the K: drive letter suggests this repository
is not on a local hard disk).

File based access to a repository is only intended for single-user
testing purposes and using it in combination with network shares can
lead to issues like you are experiencing (depending on the newtork
protocol - SAMBA being one of the trickier protocols to get fully
functional).

You are advised to use a real SVN server (even if run locally!) like
svnserve or Apache with svn modules loaded.

The error you are encountering looks to me a file/folder permission
related error: the restore of the repository probably resulted in
slightly different permissions set for the repository files and/or
folders.

-- 
Regards,
Jean-Marc
--
.       ___
.  @@  // \\      "De Chelonian Mobile"
. (_,\/ \_/ \     TortoiseSVN
.   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
.   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2380290
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-08-05 07:17:07 CEST

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

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