SVN Instructions Import

From JabberWiki

Jump to: navigation, search

Contents

Checking Your Repository

You should be able to access the repository from outside. test it by doing

svn list svn://svn.jabberstudio.org/<projectname>/svn

you should receive an empty output since your repository is empty

Importing from your SVN repository

Importing from single-project repository

Your Server  : svnadmin dump <path-to-repo> > repo.dump
JabberStudio : copy dump file to jabberstudio
JabberStudio : svnadmin load --force-uuid /var/projects/<projectname>/svn < repo.dump

Importing from multi-project repository

Same steps as above only append |avndumpfilter include <path> > repo.dump to the svnadmin dump

Personal tools