简体   繁体   中英

Convert dump file produced by svnadmin back to folder

I have a gzipped file which was produced by running svnadmin dump on a subversion repository. I can unzip the file using gzip -d, but how do I then convert the dump back into the folder structure?

Using svadmin load . You'll be loading an svn repository, not a directory structure, so you'll need to check out the loaded repository to get a working copy of the project directory structure.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM