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

RE: batch dump over multiple repositories

From: Monks, Peter <peter.monks_at_vignette.com>
Date: 2005-01-26 16:56:09 CET

G'day Davide,
 
Why not use an OS script (sh script, Windows batch file etc.) to iterate over all subdirectories in "c:\repos\*.*", calling svnadmin dump for each one?
 
FWIW that's how I do it.
 
Cheers,
Peter
 

        -----Original Message-----
        From: Davide Canalia [mailto:davide.canalia@visualcam.it]
        Sent: Wed 26-Jan-05 7:30 AM
        To: 'SUBVERSION USERS'
        Cc:
        Subject: batch dump over multiple repositories
        
        

        Hi,
        i have on my server about 4gb of repositories.
        All the repository directories are under the same root:
        
        Ie:
        C:\repos\repository1
        C:\repos\repository2
        C:\repos\repository...
        
        I would like to dump them all (if I'll be able to have svnadmin working
        without memory errors..).
        
        There is a way, a switch or other to tell to svnadmin to look at the
        children directories?
        Something like:
        svnadmin dump c:\repos\*.*
        
        
        thanx
        
        Dav
        
        
        ---------------------------------------------------------------------
        To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
        For additional commands, e-mail: users-help@subversion.tigris.org
        
        

Received on Wed Jan 26 16:58:33 2005

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.