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

svn 0.35.1 and large files import

From: Vlad Skvortsov <vss_at_ulstu.ru>
Date: 2004-01-30 16:40:37 CET

        Hi!

        I use svn 0.35.1. We've got project with about 900 revisions in it.
What I did:
        1. Checked out the / of the project.
        2. svn mkdir project/trunk/db
        3. cd project/trunk/db
        4. svn add FILE1 FILE2 # each file is about 40M large
        5. svn ci
        6. svnadmin dump project-repo > dump
        7. went to another box
        8. svnadmin create project
        9. svnadmin load project < dump
        10. went to third box
        11. elinks http://svn/project # works fine
        12. svn co http://svn/project/trunk/src
        # note that those large files do not belong to the path I wanna
        # checkout

        The last command fails telling me to perform DB recovery. After
performing checkout the situation repeats. I.e. browser-based access works
and commandline client makes repo fail.

        The exact error message:

svn: REPORT request failed on '/project/!svn/vcc/default'
svn:
Berkeley DB error while committing Berkeley DB transaction for
filesystem /Y/svn/project/db:
DB_RUNRECOVERY: Fatal error, run database recovery

        Logs:

Jan 30 18:38:54 2004] [error] [client 62.76.34.33] A failure occurred while
recording one of the items of working copy state. [500, #160029]
[Fri Jan 30 18:38:54 2004] [error] [client 62.76.34.33] (13)Permission
denied: Berkeley DB error while committing Berkeley DB transaction for
filesystem /Y/svn/project/db:
DB_RUNRECOVERY: Fatal error, run database recovery [500, #160029]
[Fri Jan 30 18:38:54 2004] [error] [client 62.76.34.33] (20014)Error
string not specified yet: Berkeley DB error while closing 'nodes' database
for filesystem /Y/svn/project/db:
DB_RUNRECOVERY: Fatal error, run database recovery
[Fri Jan 30 18:38:56 2004] [error] [client 62.76.34.33] (20014)Error
string not specified yet: Berkeley DB error while closing 'nodes' database for
filesystem /Y/svn/project/db:
DB_RUNRECOVERY: Fatal error, run database recovery

-- 
Vlad Skvortsov, vss@ulstu.ru, vss@high.net.ru
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 30 16:41:19 2004

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.