I want to move part of my SVN repo offsite, onto an AWS instance & am following this page (Repository Maintenance)
I have taken a dump
of the whole r
I've tried at least 4 different applications to do that, the only that really worked was using svndumpfilterIN :
svnadmin dump c:\repo > all_repo
svndumpfilter.py all_repo --repo=c:\repo --output-dump=m1 include M1
Here is my full answer on linux.
Here is what I tried and didn't worked :