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

RE: Cant load a dumped file

From: <Ullrich.Jans_at_elektrobit.com>
Date: Wed, 21 Oct 2009 10:32:16 +0200

Hi,

________________________________

        From: Modha Khammammettu [mailto:MKhammammettu_at_calcas.com]
        Sent: Wednesday, October 21, 2009 2:27 AM
        To: users_at_subversion.tigris.org
        Subject: Cant load a dumped file
        
        
        
         
        Hi
         
        I dumped one repository using the following command
        E:\svn-win32-1.5.2\bin>svnadmin dump E:\svnrepos\atlasprototype > atlasprotypedump
         
        When I try to load the dumped file into another repo I get an error.
        E:\svn-win32-1.5.2\bin>svnadmin load E:\svnrepos\testsvn < atlasprotypedump
        svnadmin: Can't set file 'E:\svnrepos\testsvn\db\txn-current' read-write: Access is denied.
         
        Can you please tell me how to solve this?

 
The problem is a Windows permission problem: the user you're using to write the new files is not allowed to write to the directory you're trying to create the new repository in.
 
How to proceed is a bit hard to tell without knowing more about your environment - are you serving your repos from apache? Svnserve? Are you running Visual SVN? I don't know enough about Windows to tell if just giving yourself write permissions to the directories in question would result in files inaccessible to the server process...
 
Cheers,
 
Ulli

--
Ullrich Jans, Application Support, IM
Phone: +49 9131 7701-6627, mailto:ullrich.jans_at_elektrobit.com
Fax: +49 9131 7701-6333, www.elektrobit.com
Elektrobit Automotive GmbH, Am Wolfsmantel 46, 91058 Erlangen, Germany
Managing Directors: Otto Fößel, Jarkko Sairanen
Register Court Fürth HRB 4886 
----------------------------------------------------------------
Please note: This e-mail may contain confidential information
intended solely for the addressee. If you have received this
e-mail in error, please do not disclose it to anyone, notify
the sender promptly, and delete the message from your system.
Thank you.
Received on 2009-10-21 10:37:55 CEST

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.