|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Possible bug - SVN 1.6.4 Windows 7 Pro 64 bitHi,
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 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'. It started to load, but failed with this: * adding path : blog-mt/mt-static/plugins/Ajaxify/tinymce/jscripts/tiny_mce/plugins/advimage/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 tried creating a second new repository on the Win 7 machine and repeating the last step. It failed the same way, but at a different point in the file: * adding path : mailings/wysiwyg/editor/skins/default/toolbar/_vti_cnf/paste.gif ...svnadmin: Can't open file 'big-repos2\db\transactions\175-4v.txn\next-ids': The requested operation cannot be performed on a file with a user-mapped section open. Any ideas for a workaround for this? Any suggestions for my next step? I can try upgrading the XP machine to SVN 1.6 or downgrading the Windows 7 machine to SVN 1.4... Thanks! Dow Drake ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2413622 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Possible bug - SVN 1.6.4 Windows 7 Pro 64 bitOn 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@...]. |
|
|
RE: Possible bug - SVN 1.6.4 Windows 7 Pro 64 bit> Hi,
> 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 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'. It started to load, but failed with this: > > * adding path : > blog-mt/mt- > static/plugins/Ajaxify/tinymce/jscripts/tiny_mce/plugins/advimage/e > ditor_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. Make sure you have any virus protection disabled or at least ignore the repository folder. That may be the issue. BOb ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2413812 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
| Free embeddable forum powered by Nabble | Forum Help |