Top "Svnadmin" questions

svnadmin is the administrative tool for monitoring and repairing your Subversion repository.

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 set permissions in an svn repository?

I created a repository on a network drive with svnadmin create repos. Is there a way to set user permissions …

svn user-permissions svnadmin
How do I fix a repository with one broken revision?

My home server had a hard drive failure. Once I realized the disk was going, I logged in and did …

svn svnadmin
TortoiseSVN svnadmin

Currently im setting up TortoiseSVN and reading through docs etc. The manual often mentions svnadmin. I figured out, that I …

svn tortoisesvn svnadmin
Svnadmin load from dumpfile causes "file not found error". Help?

Given: Repository_1 - source Repository_2 - destination I created a dump file of Repository_1/Folder1 using combination of svnadmin and …

svn dump svnadmin
SVN move single directory into other repository (with history)

Related question: Moving repository trunk to another’s branch (with history) I know that one can dump a complete SVN …

svn tortoisesvn repository subdirectory svnadmin
svndumpfilter fails with "Invalid copy source path..." error

I want to move part of my SVN repo offsite, onto an AWS instance & am following this page (Repository …

svn svnadmin svndumpfilter
How to move an SVN repository from one server to another

I need to copy the existing SVN repository from one development server to another. Per my understandings, I have come …

svn svnadmin svnserve svn-repository
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