💻 Software
How to dump only a certain part of SVN repository?
Fresh5 days ago
Mar 15, 202622984 viewsConfidence Score0%
0%
Problem
How to you move a part of an SVN repository into a new repository? To move the contents of a complete SVN repository into a new repository, one has to dump the old repository first: and then load it into the new one using . But I'm not sure how to just move a part. Do I still have to dump the whole…
Error Output
svnadmin dump /path/to/repository > repository-name.dmp
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How to dump only a certain part of SVN repository?
Low Risk
You need to use for stuff like this. In particular . So for your case: http://svnbook.red-bean.com/nightly/en/svn.ref.svndumpfilter.commands.c.include.html http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html#svn.reposadmin.maint.filteri…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix