You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Guido Anzuoni <gu...@kyneste.com> on 2004/11/12 16:59:10 UTC

Problems with fsfs repos on Windows

Hello,
following discussion bdb vs. fsfs reliability, I decided to begin to use
a fsfs repos for testing purposes.
After some import/checkout/commit I got an error creating a new project 
layout (i.e. service/trunk service/tags etc.) using import with TSVN.
The error was something like
Error: MERGE cannot delete....
The apache log follows:
...............
[Fri Nov 12 17:06:14 2004] [error] [client 192.168.16.154] Could not 
MERGE resource 
"/svn/guido/!svn/act/e25c9ad0-8303-1f4a-9e34-51f4431f6644" into 
"/svn/guido/corba".  [409, #0]
[Fri Nov 12 17:06:14 2004] [error] [client 192.168.16.154] An error 
occurred while committing the transaction.  [409, #720032]
[Fri Nov 12 17:06:14 2004] [error] [client 192.168.16.154] Can't remove 
'E:/SVNROOT/repositories/guido/db/transactions/6-1.txn'  [409, #720032]
[Fri Nov 12 17:06:14 2004] [error] [client 192.168.16.154] Could not 
DELETE /svn/guido/!svn/act/e25c9ad0-8303-1f4a-9e34-51f4431f6644.  [500, #0]
[Fri Nov 12 17:06:14 2004] [error] [client 192.168.16.154] could not 
open transaction.  [500, #160007]
[Fri Nov 12 17:06:14 2004] [error] [client 192.168.16.154] No such 
transaction  [500, #160007]
....


But, the strange thing is that the subtree was created in the repos.
I made some other commits without problems.
Then I decided to dump and load into a new repos.
The dump operation completed successfully, then I created a new (fsfs) 
repos, but when I try to load the dump I, rather frequently , get the
following error:

svn: Can't remove 'guido/db/transactions/4-1.txn

(well, not always the same trasaction.

The strange thing is that guido/db/transactions/ is empty !!

I am the administrator of the system.

The env is:
E:\SVNROOT\fsfsrepos>svnadmin --version
svnadmin, version 1.1.1 (r11581)
    compiled Oct 23 2004, 14:47:47

Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet 
(http://www.Collab.Net/).

Windows 2000 Server SP4
dual CPU

Nothing to say, on linux runs like a bullet.....


Guido.


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

Re: Problems with fsfs repos on Windows

Posted by Guido Anzuoni <gu...@kyneste.com>.
Guido Anzuoni wrote:
> Hello,
> following discussion bdb vs. fsfs reliability, I decided to begin to use
> a fsfs repos for testing purposes.
> After some import/checkout/commit I got an error creating a new project 
> layout (i.e. service/trunk service/tags etc.) using import with TSVN.
> The error was something like
> Error: MERGE cannot delete....
> The apache log follows:
> ...............


OK, don't panic.
I think that is caused by Tivoli.
In the event viewer, when I get svn errors, there is:
Unable to journal object 
'G:\fsfsrepos\guido\db\transactions\3-1.txn\node._0.0.children': Access 
Error 32.

Moving the dump on different machine (without TsmJournalService) 
everything it's OK.

Guido.


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