Friday, September 20, 2019

Hello Reader,


IT Admins who are using Subversion may have come across this pick and choose of the svn files and folders
to dump and share, may feel eary using SVNDUMPSANITIZER.

This program has been installed and worked properly on linux x86_64 arch. Download SVNDUMPSANITIZER.

To compile it, just run:

$ gcc svndumpsanitizer.c -o svndumpsanitizer

For complete help.

$ ./svndumpsanitizer --help

A typical command would look something like this:

$ ./svndumpsanitizer --infile full_svn.dump --outfile repo.dump --include Main_Repo/Trunk Main_Repo/code trunk/arch


 This should solve your exporting problem in a blink. 

 Enjoy.