Top "Svndump" questions

How do I migrate an SVN repository to another SVN repository?

Is there a simple way to copy a directory from one repository into another repository with copying all of the …

svn svnadmin svndump svndumpfilter
How to extract an SVN dump?

I received an SVN dump file with a lot of pages (all HTML pages, and all server-side code as well) …

svn svndump
Subversion Obliterate feature

I was just thinking of writing a shell script to implement the obliterate functionality in an easy to do way (…

svn svnadmin svndump svndumpfilter
SVN load ./myNewRepo < ./myOldRepo.dump -- Can't open file 'myNewRepo/format'?

I'm trying to migrate an old repository (let's call it myOldRepo) to a new repository (myNewRepo). I've got an svndump …

svn version-control svnadmin version-control-migration svndump
Moving SVN repositories data with history as subfolders into another repository

I have some repositories, and I need to transform the content of each one in subfolders of another repository preserving …

svn version-control repository svndump
SVN Move code with history between two repositories

I have to work on two repositories and want to move one directory with code between the two while keeping …

svn svnadmin svnsync svndump svndumpfilter
Difference between svnrdump dump & svnadmin dump

I need a dump of a svn repository. I found two solutions svnrdump dump And svnadmin dump svnrdump dump is …

svn dump svnadmin svndump