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

Re: Subversion repository over samba

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-10-26 09:36:43 CEST

On Oct 25, 2007, at 12:37, braulio.horta@embraer.com.br wrote:

> I know this is not a ToitoiseSVN mailing list, but i think my
> problem is related with Subversion itself and not TSVN.
>
> I'm using TSVN 1.4.99.10947(a nightly build) and TSVN 1.4.5.
>
> I have a samba file server where i put my repository.
> When i try to make a commit to repo using TSVN 1.4.99.10947, it
> returns the following error message:
>
> Error: Commit failed (details follow):
> Error: Can't remove 'path\to\repo\db\transactions\1-3.txn': The
> system cannot find the file
> Error: specified.
>
> In fact it does make the commit correctly, but i receive this error
> and i
> have to update my working copy before going on working.
> I tried both "FS format 2"(TSVN 1.4.5) and "FS format 3" (TSVN
> 1.4.99.10947) and it is the same.
>
> When i use TSVN 1.4.5 this message doesn't appear and everything
> works fine.
>
> Does anyone know if it is a bug?
>

Are you saying you're accessing your repository using the file:///
protocol pointing at something mounted via Samba? If so, then don't
do that. Set up a svnserve or apache2 server, put the repository on a
local hard drive of that server, and connect to it from your client
machines using the svn:// or svn+ssh:// or http:// or https://
protocols.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 26 09:39:31 2007

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.