SVN Instructions Import

From XMPP WIKI
Revision as of 19:07, 14 August 2006 by Ralphm (talk | contribs) (Renamed to Checking Your Repository as creating bits are now on the general SVN page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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