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

Re: Possible bug - SVN 1.6.4 Windows 7 Pro 64 bit

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: Mon, 2 Nov 2009 10:33:27 +0100

On Monday 02 November 2009, Dow Drake wrote:
> I'm fairly new to SVN and not sure if SVN 1.6.4 actually supports
> Windows 7 Pro 64 bit -- but for what it's worth, here's my problem:
>
> - I have an SVN version 1.4.6 repository on my Windows XP machine.
> - I'm trying to move this repository to the Windows 7 Pro 64
> machine if possible.

I think that if it's FSFS-based, you can simply copy it to the new location.
I'm not sure what advantages a newer repository gives compared to one created
with SVN 1.4.

> - I used 'svnadmin dump big-repos > dumpfile' to dump the repository.
> - The dumpfile appears to be good -- if I create a new repository on
> the Win XP machine I can use 'svnadmin load new-repos < dumpfile' and
> no errors occur.
> - I have SVN 1.6.4 installed on the Windows 7 Pro machine.
> - I created a new repository on this machine and used 'svnadmin load
> new-repos < dumpfile'.

I'd have to check, but I think there is an argument to keep the repository-ID
so that you can lateron easily switch your working copies to the new
repository location.

> It started to load, but failed with this:
>
> * adding path :
> blog-mt/mt-static/plugins/Ajaxify/tinymce/jscripts/tiny_mce/plugins/advimag
>e/editor_plugin.js ...svnadmin: Can't open file
> 'big-repos\db\transactions\199-5j.txn\next-ids': The requested operation
> cannot be performed on a file with a user-mapped section open.

I'm guessing: Some process has the file open that svnadmin is trying to open
itself. Since either requested exclusive rights to the file, the second one
is failing. The first one could e.g. be a backup tool running in the
background or a malware-scanner.

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Sator Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2413660
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-11-02 10:34:36 CET

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.